Plugins/PluginEricdoc.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/PluginEricdoc.py
--- a/Plugins/PluginEricdoc.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/PluginEricdoc.py	Sun Nov 03 15:58:22 2013 +0100
@@ -32,8 +32,8 @@
 packageName = "__core__"
 shortDescription = "Show the Ericdoc dialogs."
 longDescription = """This plugin implements the Ericdoc dialogs.""" \
- """ Ericdoc is used to generate a source code documentation""" \
- """ for Python and Ruby projects."""
+    """ Ericdoc is used to generate a source code documentation""" \
+    """ for Python and Ruby projects."""
 pyqtApi = 2
 # End-Of-Header
 
@@ -171,8 +171,8 @@
         if menuName == "Apidoc":
             if self.__projectAct is not None:
                 self.__projectAct.setEnabled(
-                    e5App().getObject("Project").getProjectLanguage() in \
-                        ["Python", "Python2", "Python3", "Ruby"])
+                    e5App().getObject("Project").getProjectLanguage() in
+                    ["Python", "Python2", "Python3", "Ruby"])
     
     def __doEricdoc(self):
         """

eric ide

mercurial