--- a/DocumentationTools/__init__.py Thu Nov 12 19:17:05 2015 +0100 +++ b/DocumentationTools/__init__.py Fri Nov 13 22:52:26 2015 +0100 @@ -7,10 +7,11 @@ Package implementing the source code documentation tools. """ -from __future__ import unicode_literals - supportedExtensionsDictForApis = { "Python2": [".py2", ".pyw2", ".ptl"], "Python3": [".py", ".pyw", ".py3", ".pyw3"], "Ruby": [".rb"] } + +# +# eflag: noqa = M702