More unicode conversions

This commit is contained in:
Dave Halter
2017-12-24 03:35:15 +01:00
parent a117f9f2e7
commit 40f1354f67
4 changed files with 7 additions and 8 deletions
@@ -284,7 +284,7 @@ class AccessHandle(object):
if name in ('id', 'access') or name.startswith('_'):
raise AttributeError("Something went wrong with unpickling")
#print >> sys.stderr, name
#if not is_py3: print >> sys.stderr, name
#print('getattr', name, file=sys.stderr)
return partial(self._workaround, name)