python: make the DictImporter's unload() work in any context.
authorNathan Binkert <nate@binkert.org>
Mon, 13 Aug 2007 20:39:22 +0000 (13:39 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 13 Aug 2007 20:39:22 +0000 (13:39 -0700)
commit9b4be6532741a511ca8f9e1d051269245814be8b
treeff09aa8f1f47b6bf6bd82dbcf3be1d22a2392efd
parentce219738b9f0ae569686ba8237538bf285eadbdf
python: make the DictImporter's unload() work in any context.
import sys since sys may not be defined in whatever context the DictImporter
is used.  Also reset self.installed after an unload since the same DictImporter
could be used again

--HG--
extra : convert_revision : 988ed7ad8cd41b69e8fc583e618b1b4a146216da
src/python/generate.py