DocumentationTools/__init__.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
--- 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"]
 }

eric ide

mercurial