Missclear.print: pretend to be print() even harder
This commit is contained in:
parent
42a276dc17
commit
fb2e605a1f
|
@ -111,7 +111,7 @@ class Missclear(object):
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def print(self, fmt):
|
def print(self, fmt, file=None):
|
||||||
"""Extension of print() to provide quiet support"""
|
"""Extension of print() to provide quiet support"""
|
||||||
if not self.quiet:
|
if not self.quiet:
|
||||||
print(fmt)
|
print(fmt)
|
||||||
|
|
Loading…
Reference in a new issue