[tor-commits] [bridgedb/master] Add another __future__ import to test_Tests.py.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:35 UTC 2014


commit a62c34bdd803f5f31efdfdb7686733f373449f95
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Dec 20 02:33:59 2013 +0000

    Add another __future__ import to test_Tests.py.
---
 lib/bridgedb/test/test_Tests.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bridgedb/test/test_Tests.py b/lib/bridgedb/test/test_Tests.py
index 6801565..ca37ecf 100644
--- a/lib/bridgedb/test/test_Tests.py
+++ b/lib/bridgedb/test/test_Tests.py
@@ -14,6 +14,7 @@ be compatible with the newer :mod:`twisted.trial` unittests in this directory.
 """
 
 from __future__ import print_function
+from __future__ import unicode_literals
 
 import logging
 import warnings





More information about the tor-commits mailing list