From 3097da00099de860894ddde8f7b3df9722ec6734 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 19 Feb 2011 02:45:50 -0800 Subject: remove no longer needed imports and OUT variable --- layman/output.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/layman/output.py b/layman/output.py index 250ce96..05260ce 100644 --- a/layman/output.py +++ b/layman/output.py @@ -10,9 +10,7 @@ __version__ = "0.1" -import sys, inspect, types - -from optparse import OptionGroup +import sys, types from layman.constants import codes, INFO_LEVEL, WARN_LEVEL, DEBUG_LEVEL, OFF @@ -184,8 +182,3 @@ class Message(MessageBase): self.error(self.color_func('red', 'Fatal error: ') + i) self.error(self.color_func('red', 'Fatal error(s) - aborting')) sys.exit(1) - - - -## gloabal message handler -OUT = Message() -- cgit v1.2.3-1-g7c22