mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Slight optimization.
This commit is contained in:
parent
4e2be3a6a3
commit
7afea527fa
@ -214,8 +214,9 @@ if not hasattr(Exception, '_original__init__'):
|
||||
Exception.__init__ = __init__
|
||||
|
||||
|
||||
g = globals()
|
||||
for name in exported:
|
||||
__builtins__[name] = globals()[name]
|
||||
__builtins__[name] = g[name]
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user