Fix missing import

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

View File

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