aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/layman4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/layman b/bin/layman
index 5723a58..6299d34 100755
--- a/bin/layman
+++ b/bin/layman
@@ -16,7 +16,7 @@
# Brian Dolbec <brian.dolbec@gmail.com>
#
-__version__ = "$Id$"
+__version__ = "0.2"
#===============================================================================
#
@@ -24,7 +24,7 @@ __version__ = "$Id$"
#
#-------------------------------------------------------------------------------
-from layman.argsparser import ArgsParser
+from layman.argsparser import ArgsParser
from layman.cli import Main
#===============================================================================