DocumentationTools/__init__.py

changeset 788
5b1b59777460
parent 40
c2e5472b112c
child 791
9ec2ac20e54e
--- a/DocumentationTools/__init__.py	Mon Dec 27 19:49:16 2010 +0100
+++ b/DocumentationTools/__init__.py	Fri Dec 31 15:19:02 2010 +0100
@@ -8,7 +8,7 @@
 """
 
 supportedExtensionsDictForApis = {
-    "Python"  : [".py2", ".pyw2", ".ptl"], 
+    "Python2"  : [".py2", ".pyw2", ".ptl"], 
     "Python3" : [".py", ".pyw", ".py3", ".pyw3"], 
     "Ruby"    : [".rb"]
 }

eric ide

mercurial