aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/remotedb.py')
-rw-r--r--layman/remotedb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/remotedb.py b/layman/remotedb.py
index 38d9fa8..1b6e997 100644
--- a/layman/remotedb.py
+++ b/layman/remotedb.py
@@ -16,6 +16,7 @@
#
'''Handles different storage files.'''
+from __future__ import unicode_literals
from __future__ import with_statement
__version__ = "$Id: db.py 309 2007-04-09 16:23:38Z wrobel $"