> On Mar 18, 2015, at 5:17 AM, humbed...@apache.org wrote: > > +version = 2 > +if sys.hexversion < 0x03000000: > + import ConfigParser as configparser > +else: > + import configparser > + version = 3 > +
Daniel, I just caught this as I was transliterating your stuff. The project decided a while back to focus on Python 2.6+. This will make coding easier. :D Regards, Alan