import getglobalui as we use it

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@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Sebastian Spaeth 2011-01-21 16:02:27 +01:00 committed by Nicolas Sebrecht
parent a9c63078a2
commit b47cc1d276

View File

@ -18,6 +18,7 @@
from threading import *
from offlineimap import threadutil
from offlineimap.ui import getglobalui
import os.path
import re
import sys