From a11c61f22f3df968f4c00f9a8f8b996e6a143df7 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 7 Jul 2010 19:18:34 -0700 Subject: Separate out the configs from the args parsing code. This will allow basic configs for api consumers that are changeable. --- bin/layman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/layman b/bin/layman index c454510..fa1a3ab 100755 --- a/bin/layman +++ b/bin/layman @@ -22,7 +22,7 @@ __version__ = "$Id$" # #------------------------------------------------------------------------------- -from layman.config import Config +from layman.config import ArgsParser from layman.action import main #=============================================================================== @@ -31,4 +31,4 @@ from layman.action import main # #------------------------------------------------------------------------------- -main(Config()) +main(ArgsParser()) -- cgit v1.2.3-1-g7c22