aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_topic_command.py
diff options
context:
space:
mode:
Diffstat (limited to '_pytest/test_topic_command.py')
-rw-r--r--_pytest/test_topic_command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/_pytest/test_topic_command.py b/_pytest/test_topic_command.py
index 9d9a35e..c8dc8a3 100644
--- a/_pytest/test_topic_command.py
+++ b/_pytest/test_topic_command.py
@@ -1,3 +1,5 @@
+from __future__ import print_function, unicode_literals
+
import wee_slack
from wee_slack import parse_topic_command, topic_command_cb
from mock import patch