Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2018-08-18 20:11:26 +0300
committerAndré Apitzsch <git@apitzsch.eu>2018-08-18 23:19:01 +0300
commit38218aced1d8d0e773b0fd258c714236b473bc0e (patch)
tree6892c9230472fc5e24624ecaa176f70418e79f70 /test/lib
parentc49f9d60abbc66ac3d9e3a8a2f18d81cb6af8fad (diff)
Tests: fix imports
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/__init__.py b/test/lib/__init__.py
index 90c9a0d05..ba1367a1b 100644
--- a/test/lib/__init__.py
+++ b/test/lib/__init__.py
@@ -55,5 +55,5 @@ def setup_env():
if use_x:
from gajim import gtkgui_helpers
gtkgui_helpers.GUI_DIR = gajim_root + '/gajim/data/gui'
- from gajim.gajim import GajimApplication
+ from gajim.application import GajimApplication
app.app = GajimApplication()