]> code.delx.au - offlineimap/commitdiff
Fix missing import for pre/postsynchook
authorJohn Goerzen <jgoerzen@complete.org>
Wed, 14 Jan 2009 06:05:00 +0000 (00:05 -0600)
committerJohn Goerzen <jgoerzen@complete.org>
Wed, 14 Jan 2009 06:05:00 +0000 (00:05 -0600)
Apply synchook-import.patch from Graham D
fixes #125

offlineimap/accounts.py

index afdffbbf6846110a8902cdcffb22e00079ec5894..93f5f1548befc5e638a25cd06f04851bcaed3695 100644 (file)
@@ -19,6 +19,7 @@ from offlineimap import threadutil, mbnames, CustomConfig
 import offlineimap.repository.Base, offlineimap.repository.LocalStatus
 from offlineimap.ui import UIBase
 from offlineimap.threadutil import InstanceLimitedThread, ExitNotifyThread
+from subprocess import Popen, PIPE
 from threading import Event, Lock
 import os
 from Queue import Queue, Empty