commit | e247e898464f421a8b9d41ef74aaaf6137876ebb | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Apr 18 03:28:32 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Apr 18 03:28:32 2006 +0000 |
tree | e6d6b639fe32a4077d9291725d8d32486dbb7e08 | |
parent | 0969e8ad4e018234d5bc639cacfcc1e5c704b993 [diff] |
Finally figured out why this module did its imports at the bottom of the file. Restored that, and added a comment explaining why this is necessary. Hint: on my box, and yours, it's not :-( Also added an __all__ list.