On Sun, 2013-06-02 at 16:12 -0700, Thomas Pedersen wrote: > Apparently gentree.py uses some python2.7 specific syntax. Fixes: > > ./gentree.py -h > File "./gentree.py", line 72 > except OSError, e: This is curious, it already uses except OSError as e: in most places, just not this one. I think we should just make this compatible with both 2.7+ and 3, which shouldn't be too hard. I tried a bit and the patchlib is the biggest issue, will try some more after all my meetings. johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html