Skip to content

Commit

Permalink
Merge pull request #2170 from mdboom/overriding_loader_is_ok
Browse files Browse the repository at this point in the history
overriding "__loader__" is ok
  • Loading branch information
dmcdougall committed Jun 29, 2013
2 parents 4f29479 + bee3fcd commit 263f853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/tests/test_basic.py
Expand Up @@ -16,6 +16,7 @@ def test_override_builtins():
'__name__',
'__doc__',
'__package__',
'__loader__',
'any',
'all',
'sum'
Expand Down

0 comments on commit 263f853

Please sign in to comment.