diff -r 45627d092846 -r 2e6a880670e9 DocumentationTools/__init__.py --- a/DocumentationTools/__init__.py Wed Nov 04 15:38:02 2015 +0100 +++ b/DocumentationTools/__init__.py Wed Nov 04 16:25:25 2015 +0100 @@ -7,6 +7,8 @@ Package implementing the source code documentation tools. """ +from __future__ import unicode_literals + supportedExtensionsDictForApis = { "Python2": [".py2", ".pyw2", ".ptl"], "Python3": [".py", ".pyw", ".py3", ".pyw3"],