aboutsummaryrefslogtreecommitdiff
path: root/layman
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-03-27 17:37:58 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-03-27 17:37:58 -0400
commit7011c1ec70ad98f818f3fc7b549c3dae8f5ad1da (patch)
tree98ff31c919af9cf9afaa383b5af94004ce5350a0 /layman
parentexternal.py: Adds protocol_filter to keys to test for CLIArgs test (diff)
downloadlayman-7011c1ec70ad98f818f3fc7b549c3dae8f5ad1da.tar.gz
layman-7011c1ec70ad98f818f3fc7b549c3dae8f5ad1da.tar.bz2
layman-7011c1ec70ad98f818f3fc7b549c3dae8f5ad1da.zip
external.py: Adds __future__ import for unicode_literals
Diffstat (limited to 'layman')
-rwxr-xr-xlayman/tests/external.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/tests/external.py b/layman/tests/external.py
index d9ef858..64a4263 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -15,6 +15,7 @@
#
from __future__ import print_function
+from __future__ import unicode_literals
'''Runs external (non-doctest) test cases.'''