Laurie Clark-Michalek added the comment:
Ah, that's my fault. As I mentioned, I simply replaced sys with imp and intern
with reload from fix_intern.py. Seeing as the vast majority of the file was not
modified, I didn't bother to change the copyrig
Laurie Clark-Michalek added the comment:
Find a fixer for this attached. I really just did sed 's/intern/reload'
fix_intern.py >fix_reload.py, but it seems to work. I didn't write any tests (I
couldn't seem to find any for any other fixers).
--
keywords: +p