Helpviewer/Sync/SyncManager.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
--- a/Helpviewer/Sync/SyncManager.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Helpviewer/Sync/SyncManager.py	Sun Nov 03 15:58:22 2013 +0100
@@ -184,7 +184,7 @@
         """
         from . import SyncGlobals
         return Preferences.getHelp("SyncEnabled") and \
-               Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone
+            Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone
     
     def __syncBookmarks(self):
         """

eric ide

mercurial