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

12 Jan
2014
12 Jan
'14
6:06 a.m.
commit a62c34bdd803f5f31efdfdb7686733f373449f95 Author: Isis Lovecruft <isis@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
4144
Age (days ago)
4144
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org