Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f0693b

Browse files
committed
whitespace cleanup
svn path=/trunk/matplotlib/; revision=3969
1 parent d9ecd42 commit 1f0693b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

lib/matplotlib/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,10 @@ class Verbose:
149149
# --verbose-silent or --verbose-helpful
150150
_commandLineVerbose = None
151151

152-
153152
for arg in sys.argv[1:]:
154153
if not arg.startswith('--verbose-'): continue
155154
_commandLineVerbose = arg[10:]
156155

157-
158-
159156
def __init__(self):
160157
self.set_level('silent')
161158
self.fileo = sys.stdout
@@ -195,8 +192,6 @@ def report(self, s, level='helpful'):
195192
return True
196193
return False
197194

198-
199-
200195
def wrap(self, fmt, func, level='helpful', always=True):
201196
"""
202197
return a callable function that wraps func and reports it
@@ -225,6 +220,7 @@ def ge(self, level):
225220

226221
verbose=Verbose()
227222

223+
228224
def checkdep_dvipng():
229225
try:
230226
stdin, stdout = os.popen4('dvipng -version')

0 commit comments

Comments
 (0)