]> jfr.im git - z_archive/twitter.git/blobdiff - tests/test_util.py
Try to restore Python 3.2 compat by using futuristic unicode literals.
[z_archive/twitter.git] / tests / test_util.py
index b8efea92334b5b3e3ce446ba4ff512244aa2a36c..d7a1f6ee8cf7f9830bedfd11ab51e0d9fd4f4fbb 100644 (file)
@@ -1,3 +1,6 @@
+# encoding: utf-8
+from __future__ import unicode_literals
+
 from collections import namedtuple
 import contextlib
 import functools