UI/BrowserModel.py

changeset 3034
7ce719013078
parent 3030
4a0a82ddd9d2
child 3039
8dd0165d805d
--- a/UI/BrowserModel.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/UI/BrowserModel.py	Sat Oct 19 13:03:39 2013 +0200
@@ -573,7 +573,7 @@
             if "@@Coding@@" in keys:
                 node = BrowserCodingItem(
                     parentItem,
-                    QApplication.translate("BrowserModel", "Coding: {0}")\
+                    QApplication.translate("BrowserModel", "Coding: {0}")
                         .format(dict["@@Coding@@"].coding))
                 self._addItem(node, parentItem)
             if "@@Globals@@" in keys:
@@ -1296,8 +1296,8 @@
             else:
                 self.icon = UI.PixmapCache.getIcon("class.png")
         if self._classObject and \
-           (self._classObject.methods or \
-            self._classObject.classes or \
+           (self._classObject.methods or
+            self._classObject.classes or
             self._classObject.attributes):
             self._populated = False
             self._lazyPopulation = True

eric ide

mercurial