commit | 9039b83c534251d8a28a16ac25fac20c17382945 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Oct 18 05:38:48 2009 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Oct 18 05:38:48 2009 +0000 |
tree | b4dbf28fbea47f546b26787ca9db1e4c021aa20f | |
parent | 83f1ef681ff2f0c393bc79bd0c1ccdb558634be4 [diff] |
Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...