Helpviewer/Sync/DirectorySyncHandler.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3035
36e9f388958b
--- a/Helpviewer/Sync/DirectorySyncHandler.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Helpviewer/Sync/DirectorySyncHandler.py	Sat Oct 19 13:03:39 2013 +0200
@@ -63,7 +63,7 @@
         
         self.__remoteFilesFound = []
         
-        # check the existence of the shared directory; create it, if it is 
+        # check the existence of the shared directory; create it, if it is
         # not there
         if not os.path.exists(Preferences.getHelp("SyncDirectoryPath")):
             try:
@@ -179,7 +179,7 @@
         if Preferences.getHelp("SyncBookmarks"):
             self.__initialSyncFile(
                 "bookmarks",
-                Helpviewer.HelpWindow.HelpWindow.bookmarksManager()\
+                Helpviewer.HelpWindow.HelpWindow.bookmarksManager()
                     .getFileName())
         
         QCoreApplication.processEvents()
@@ -187,7 +187,7 @@
         if Preferences.getHelp("SyncHistory"):
             self.__initialSyncFile(
                 "history",
-                Helpviewer.HelpWindow.HelpWindow.historyManager()\
+                Helpviewer.HelpWindow.HelpWindow.historyManager()
                     .getFileName())
         
         QCoreApplication.processEvents()

eric ide

mercurial