summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-10 14:03:54 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-10 14:03:54 -0400
commit0378fc18b0efa34919e28b5ec2669816d8d7b1c6 (patch)
tree665e0eef7bde4c3ae3cfe8c37102f97b2bda3cb6 /tests
parentc21d633ef135331c95f65786f394627a924588cb (diff)
only-text-when-needed: add missing constants import
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/muc/only-text-when-needed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/muc/only-text-when-needed.py b/tests/twisted/muc/only-text-when-needed.py
index 4be3391fa..744e47ef0 100644
--- a/tests/twisted/muc/only-text-when-needed.py
+++ b/tests/twisted/muc/only-text-when-needed.py
@@ -7,6 +7,7 @@ from servicetest import call_async, EventPattern, assertEquals, \
sync_dbus, wrap_channel
from gabbletest import exec_test, make_muc_presence, \
sync_stream, elem
+import constants as cs
from mucutil import echo_muc_presence