aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/constants.py')
-rw-r--r--layman/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/layman/constants.py b/layman/constants.py
index 9a2af40..6f1fa89 100644
--- a/layman/constants.py
+++ b/layman/constants.py
@@ -19,6 +19,8 @@
#
''' Provides the command line actions that can be performed by layman.'''
+from __future__ import unicode_literals
+
__version__ = "$Id: constants.py 2011-01-16 23:52 PST Brian Dolbec$"