Helpviewer/Sync/SyncManager.py

changeset 3035
36e9f388958b
parent 3002
6ffc581f00f1
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3034:7ce719013078 3035:36e9f388958b
180 180
181 @return flag indicating enabled synchronization 181 @return flag indicating enabled synchronization
182 """ 182 """
183 from . import SyncGlobals 183 from . import SyncGlobals
184 return Preferences.getHelp("SyncEnabled") and \ 184 return Preferences.getHelp("SyncEnabled") and \
185 Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone 185 Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone
186 186
187 def __syncBookmarks(self): 187 def __syncBookmarks(self):
188 """ 188 """
189 Private slot to synchronize the bookmarks. 189 Private slot to synchronize the bookmarks.
190 """ 190 """

eric ide

mercurial