juick. add missing import

This commit is contained in:
Denis Fomin
2011-09-17 23:14:53 +03:00
parent ec8b5e2f70
commit 5494da8500

View File

@@ -8,6 +8,7 @@ import time
import urllib import urllib
from string import upper from string import upper
from string import rstrip from string import rstrip
import locale
from common import helpers from common import helpers
from common import gajim from common import gajim