Hi, would it be feasible to include Python3 compatibility (through 2to3 at least). Installing via pip breaks in Py3: print name + ': ' + cfg.get('_ldap', name) ``` ^ ``` SyntaxError: invalid syntax