Plugins/PluginEricapi.py

changeset 564
b3d966393ba9
parent 495
b31b0bffa5b0
child 788
5b1b59777460
--- a/Plugins/PluginEricapi.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Plugins/PluginEricapi.py	Sat Sep 04 19:51:48 2010 +0200
@@ -95,7 +95,7 @@
             self.__projectAct = E5Action(self.trUtf8('Generate API file (eric5-api)'),
                     self.trUtf8('Generate &API file (eric5-api)'), 0, 0,
                     self, 'doc_eric5_api')
-            self.__projectAct.setStatusTip(\
+            self.__projectAct.setStatusTip(
                 self.trUtf8('Generate an API file using eric5-api'))
             self.__projectAct.setWhatsThis(self.trUtf8(
                 """<b>Generate API file</b>"""
@@ -131,7 +131,7 @@
         """
         if menuName == "Apidoc":
             if self.__projectAct is not None:
-                self.__projectAct.setEnabled(\
+                self.__projectAct.setEnabled(
                     e5App().getObject("Project").getProjectLanguage() in \
                         ["Python", "Python3", "Ruby"])
     
@@ -178,4 +178,4 @@
                 if outfile not in project.pdata['OTHERS']:
                     project.pdata['OTHERS'].append(outfile)
                     project.setDirty(True)
-                    project.othersAdded(outfile)
+                    project.othersAdded(outfile)
\ No newline at end of file

eric ide

mercurial