Helpviewer/Sync/SyncManager.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
182 182
183 @return flag indicating enabled synchronization 183 @return flag indicating enabled synchronization
184 """ 184 """
185 from . import SyncGlobals 185 from . import SyncGlobals
186 return Preferences.getHelp("SyncEnabled") and \ 186 return Preferences.getHelp("SyncEnabled") and \
187 Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone 187 Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone
188 188
189 def __syncBookmarks(self): 189 def __syncBookmarks(self):
190 """ 190 """
191 Private slot to synchronize the bookmarks. 191 Private slot to synchronize the bookmarks.
192 """ 192 """

eric ide

mercurial