Fix missing import

This commit is contained in:
Denis Fomin 2013-04-26 13:01:05 +04:00
parent 9b7f705ff4
commit e406526ad7
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ from calendar import timegm
import nbxmpp
from common import caps_cache as capscache
from pep import LOCATION_DATA
from common import helpers
from common import gajim
from common import exceptions