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