Example #1
0
 def _start_sync(self):
     #use a separate thread to do the syncing, so that the DropboxSynchronizer
     # can still handle other stuff (like changing settings) during syncing
     self._syncThread = SynchronizeThread(self)
     self._syncThread.start()