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

Skip to content

Commit c221853

Browse files
authored
Merge pull request #15919 from anntzer/modpython
Remove mod_python specific code.
2 parents 3c58e2a + a4dca19 commit c221853

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/matplotlib/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ def _check_versions():
192192
_check_versions()
193193

194194

195-
if not hasattr(sys, 'argv'): # for modpython
196-
sys.argv = ['modpython']
197-
198-
199195
# The decorator ensures this always returns the same handler (and it is only
200196
# attached once).
201197
@functools.lru_cache()

0 commit comments

Comments
 (0)