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
diff options
context:
space:
mode:
Diffstat (limited to 'test/no_gui/test_styling.py')
-rw-r--r--test/no_gui/test_styling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/no_gui/test_styling.py b/test/no_gui/test_styling.py
index 86ba4c7f6..6a4644d0f 100644
--- a/test/no_gui/test_styling.py
+++ b/test/no_gui/test_styling.py
@@ -5,7 +5,7 @@ from gajim import gui
gui.init('gtk')
from gajim.common import app # Avoids circular imports from common.helpers
-import gajim.common.styling as styling
+from gajim.common import styling
from gajim.common.styling import PlainBlock
from gajim.common.styling import PreBlock
from gajim.common.styling import QuoteBlock