--- a/DocumentationTools/__init__.py Fri Mar 11 08:55:14 2011 +0100 +++ b/DocumentationTools/__init__.py Fri Mar 11 16:51:57 2011 +0100 @@ -8,7 +8,7 @@ """ supportedExtensionsDictForApis = { - "Python2" : [".py2", ".pyw2", ".ptl"], - "Python3" : [".py", ".pyw", ".py3", ".pyw3"], - "Ruby" : [".rb"] + "Python2": [".py2", ".pyw2", ".ptl"], + "Python3": [".py", ".pyw", ".py3", ".pyw3"], + "Ruby": [".rb"] }