fix unit test to be runnable from anywhere
This commit is contained in:
parent
e2c3555e6f
commit
1920b963da
|
@ -34,6 +34,8 @@ common.configpaths.gajimpaths.init_profile()
|
|||
from common import gajim
|
||||
from common import xmpp
|
||||
|
||||
gajim.DATA_DIR = gajim_root + '/data'
|
||||
|
||||
from common.stanza_session import StanzaSession
|
||||
|
||||
# name to use for the test account
|
||||
|
|
Loading…
Reference in New Issue