aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-02-19 10:08:14 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-02-23 22:49:46 -0800
commita79acc064e4bf9ba97e33b6fd66329f2fee9014d (patch)
treea7b31c0a66e03be4abe2905d1f8ed55b5bd66a6e /bin
parentCreate a new single import high level Layman class (diff)
downloadlayman-a79acc064e4bf9ba97e33b6fd66329f2fee9014d.tar.gz
layman-a79acc064e4bf9ba97e33b6fd66329f2fee9014d.tar.bz2
layman-a79acc064e4bf9ba97e33b6fd66329f2fee9014d.zip
separate out ArgsParser to it's own file and subclass BareConfig
Diffstat (limited to 'bin')
-rwxr-xr-xbin/layman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/layman b/bin/layman
index 965d89b..5723a58 100755
--- a/bin/layman
+++ b/bin/layman
@@ -24,7 +24,7 @@ __version__ = "$Id$"
#
#-------------------------------------------------------------------------------
-from layman.config import ArgsParser
+from layman.argsparser import ArgsParser
from layman.cli import Main
#===============================================================================