aboutsummaryrefslogtreecommitdiffstats
path: root/t/processing_test.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-21 15:39:23 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-21 17:57:25 -0400
commit90baa3cf2db4b0889a02d1509c25eb0316ad78e1 (patch)
treec21d3e8e1cb42020779c6ee09720775b7ade25ef /t/processing_test.py
parentb353f760c7f9b9d1091f23b67ff35122c87abac3 (diff)
downloadlibvt100-python-90baa3cf2db4b0889a02d1509c25eb0316ad78e1.tar.gz
libvt100-python-90baa3cf2db4b0889a02d1509c25eb0316ad78e1.zip
fix things under python 2
Diffstat (limited to 't/processing_test.py')
-rw-r--r--t/processing_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/processing_test.py b/t/processing_test.py
index 70b1000..7208374 100644
--- a/t/processing_test.py
+++ b/t/processing_test.py
@@ -1,3 +1,4 @@
+# coding=utf-8
from . import VT100Test
class ProcessingTest(VT100Test):