8000 fix __builtins__ for better compatibility · matplotlib/matplotlib@b3b9fef · GitHub
[go: up one dir, main page]

Skip to content

Commit b3b9fef

Browse files
committed
fix __builtins__ for better compatibility
1 parent 8ff57bb commit b3b9fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pylab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@
283283

284284
# This is needed, or bytes will be numpy.random.bytes from
285285
# "from numpy.random import *" above
286-
bytes = __builtins__['bytes']
286+
bytes = __builtins__.bytes

0 commit comments

Comments
 (0)
0