commit | 00b0966f20e5d47291f2440e40d551525c1510a5 | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Mon Jun 16 21:03:07 2003 +0000 |
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Mon Jun 16 21:03:07 2003 +0000 |
tree | 2b2113a3fa163e113188190491ddeeb06e0bed8a | |
parent | e0c3112ae7cda92ecc7180fd6a391999f66f5b64 [diff] |
Don't use the module object setattr when importing submodules. Instead, operate on the module dictionary directly. This prevents spurious depreciation warnings from being raised if a submodule name shadows a builtin name.