From de32dea6179e96cb5b7fa1088134a41f4e78fa9b Mon Sep 17 00:00:00 2001 From: dol-sen Date: Wed, 24 Aug 2011 20:33:03 -0700 Subject: fix a missed conversion to using the Message class --- layman/argsparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layman') diff --git a/layman/argsparser.py b/layman/argsparser.py index 1cb71b3..e1703ac 100644 --- a/layman/argsparser.py +++ b/layman/argsparser.py @@ -241,7 +241,7 @@ class ArgsParser(BareConfig): # Parse the command line first since we need to get the config # file option. if len(args) == 1: - print >> self.std_out, 'Usage:%s' % _USAGE + self.output.notice('Usage:%s' % _USAGE) sys.exit(0) (self.options, remain_args) = self.parser.parse_args(args) -- cgit v1.2.3-1-g7c22