summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordol-sen <brian.dolbec@gmail.com>2011-08-21 00:35:18 -0700
committerdol-sen <brian.dolbec@gmail.com>2011-08-21 00:50:33 -0700
commit2c9df94436e25e45f0324929ebdbf33a1aa1a2d5 (patch)
treea740c787103c072bd40f771ca2d35cc3ec8db563
parentb2b7b5899a6f61a6545a5b91c5fe8691f4d29cbe (diff)
downloadlayman-2c9df94436e25e45f0324929ebdbf33a1aa1a2d5.tar.gz
layman-2c9df94436e25e45f0324929ebdbf33a1aa1a2d5.tar.bz2
layman-2c9df94436e25e45f0324929ebdbf33a1aa1a2d5.zip
pass the input parameters to MessageBase
-rw-r--r--layman/output.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/layman/output.py b/layman/output.py
index c900a31..37da0c5 100644
--- a/layman/output.py
+++ b/layman/output.py
@@ -100,7 +100,8 @@ class Message(MessageBase):
error_callback = None
):
- MessageBase.__init__(self)
+ MessageBase.__init__(self, out, err, info_level, warn_level,
+ col, error_callback)
## Output Functions