DocumentationTools/__init__.py

changeset 40
c2e5472b112c
parent 13
1af94a91f439
child 788
5b1b59777460
child 792
a13346916170
--- 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"]
 }

eric ide

mercurial