commit | c236850ad1dcb69ec24ed429b6ae38afa3b80d06 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jun 12 00:39:28 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jun 12 00:39:28 2010 +0000 |
tree | b9de96c88d8584decbdfdbe7ecab462023359d7b | |
parent | 5976d975f8f16ebc7f5d218dfdcaf28411a4c0d2 [diff] |
Calling __import__ as a method technically works, but really should be wrapped in a staticmethod. This is important for when __import__ is set to a function defined in Python instead of C.