aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/compatibility.py')
-rw-r--r--layman/compatibility.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/compatibility.py b/layman/compatibility.py
index e6206db..2ef4d8c 100644
--- a/layman/compatibility.py
+++ b/layman/compatibility.py
@@ -6,6 +6,7 @@
Distributed under the terms of the GNU General Public License v2
"""
+from __future__ import unicode_literals
def encode(text, enc="UTF-8"):
"""py2, py3 compatibility function"""