--- a/DocumentationTools/__init__.py Fri Jan 08 14:45:03 2010 +0000 +++ b/DocumentationTools/__init__.py Fri Jan 08 17:04:18 2010 +0000 @@ -8,7 +8,7 @@ """ supportedExtensionsDictForApis = { - "Python" : [".py", ".pyw", ".ptl"], - "Python3" : [".py3", ".pyw3"], + "Python" : [".py2", ".pyw2", ".ptl"], + "Python3" : [".py", ".pyw", ".py3", ".pyw3"], "Ruby" : [".rb"] }