From 1920b963da095ab898eed9aa7c95b023d74dc743 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sat, 31 May 2008 00:54:40 +0000 Subject: fix unit test to be runnable from anywhere --- test/test_sessions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_sessions.py') diff --git a/test/test_sessions.py b/test/test_sessions.py index d09c38ef9..e4276ff56 100644 --- a/test/test_sessions.py +++ b/test/test_sessions.py @@ -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 -- cgit v1.2.3