indentation bug in the test environment setup
This commit is contained in:
parent
90d849f945
commit
f6609d5bc5
|
@ -20,16 +20,16 @@ def setup_env():
|
||||||
import shutil
|
import shutil
|
||||||
shutil.rmtree(configdir)
|
shutil.rmtree(configdir)
|
||||||
|
|
||||||
os.mkdir(configdir)
|
os.mkdir(configdir)
|
||||||
|
|
||||||
import common.configpaths
|
import common.configpaths
|
||||||
common.configpaths.gajimpaths.init(configdir)
|
common.configpaths.gajimpaths.init(configdir)
|
||||||
common.configpaths.gajimpaths.init_profile()
|
common.configpaths.gajimpaths.init_profile()
|
||||||
|
|
||||||
# for some reason common.gajim needs to be imported before xmpppy?
|
# for some reason common.gajim needs to be imported before xmpppy?
|
||||||
from common import gajim
|
from common import gajim
|
||||||
|
|
||||||
gajim.DATA_DIR = gajim_root + '/data'
|
gajim.DATA_DIR = gajim_root + '/data'
|
||||||
|
|
||||||
import gtkgui_helpers
|
import gtkgui_helpers
|
||||||
gtkgui_helpers.GLADE_DIR = gajim_root + '/data/glade'
|
gtkgui_helpers.GLADE_DIR = gajim_root + '/data/glade'
|
||||||
|
|
Loading…
Reference in New Issue