[PATCH] import getglobalui as we use it
Sebastian Spaeth
Sebastian at SSpaeth.de
Fri Jan 21 15:02:27 GMT 2011
This branch is currently broken, as we were using getglobalui() but it
was not imported. This fixes the missing import and makes offlineimap
run successfully.
Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>
---
The "next" branch is currently broken. I somehow managed to introduce
this without a propoer import. Please merge this to fix the next branch.
offlineimap/folder/Base.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/offlineimap/folder/Base.py b/offlineimap/folder/Base.py
index 20d184c..e1bdf0a 100644
--- a/offlineimap/folder/Base.py
+++ b/offlineimap/folder/Base.py
@@ -18,6 +18,7 @@
from threading import *
from offlineimap import threadutil
+from offlineimap.ui import getglobalui
import os.path
import re
import sys
--
1.7.1
More information about the OfflineIMAP-project
mailing list