Templates/TemplateViewer.py

changeset 564
b3d966393ba9
parent 541
00e1a5d060c5
child 584
b5d4c116952a
diff -r e35d2cda9a74 -r b3d966393ba9 Templates/TemplateViewer.py
--- a/Templates/TemplateViewer.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Templates/TemplateViewer.py	Sat Sep 04 19:51:48 2010 +0200
@@ -524,7 +524,7 @@
         """
         Private slot to handle the Import context menu action.
         """
-        fn = QFileDialog.getOpenFileName(\
+        fn = QFileDialog.getOpenFileName(
             self,
             self.trUtf8("Import Templates"),
             "",
@@ -537,7 +537,7 @@
         """
         Private slot to handle the Export context menu action.
         """
-        fn, selectedFilter = QFileDialog.getSaveFileNameAndFilter(\
+        fn, selectedFilter = QFileDialog.getSaveFileNameAndFilter(
             self,
             self.trUtf8("Export Templates"),
             "",
@@ -962,4 +962,4 @@
         names = []
         for group in list(self.groups.values()):
             names.extend(group.getEntryNames(start))
-        return sorted(names)
+        return sorted(names)
\ No newline at end of file

eric ide

mercurial