Helpviewer/Sync/DirectorySyncHandler.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
--- a/Helpviewer/Sync/DirectorySyncHandler.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Helpviewer/Sync/DirectorySyncHandler.py	Sun Nov 03 15:58:22 2013 +0100
@@ -65,7 +65,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:
@@ -181,16 +181,16 @@
         if Preferences.getHelp("SyncBookmarks"):
             self.__initialSyncFile(
                 "bookmarks",
-                Helpviewer.HelpWindow.HelpWindow.bookmarksManager()\
-                    .getFileName())
+                Helpviewer.HelpWindow.HelpWindow.bookmarksManager()
+                .getFileName())
         
         QCoreApplication.processEvents()
         # History
         if Preferences.getHelp("SyncHistory"):
             self.__initialSyncFile(
                 "history",
-                Helpviewer.HelpWindow.HelpWindow.historyManager()\
-                    .getFileName())
+                Helpviewer.HelpWindow.HelpWindow.historyManager()
+                .getFileName())
         
         QCoreApplication.processEvents()
         # Passwords
@@ -198,7 +198,7 @@
             self.__initialSyncFile(
                 "passwords",
                 Helpviewer.HelpWindow.HelpWindow.passwordManager()
-                    .getFileName())
+                .getFileName())
         
         QCoreApplication.processEvents()
         # User Agent Settings
@@ -206,7 +206,7 @@
             self.__initialSyncFile(
                 "useragents",
                 Helpviewer.HelpWindow.HelpWindow.userAgentsManager()
-                    .getFileName())
+                .getFileName())
         
         QCoreApplication.processEvents()
         # Speed Dial Settings

eric ide

mercurial