upgrade_dir.py => utils/upgradedir.py and updated imports.

This commit is contained in:
Brian Granger 2009-07-02 11:32:19 -07:00
parent 8bdec3ecc8
commit 629dabdeab

View File

@ -207,7 +207,7 @@ def make_runners():
'outputtrap.py', 'platutils.py', 'prefilter.py', 'prompts.py',
'PyColorize.py', 'release.py', 'rlineimpl.py', 'shadowns.py',
'shellglobals.py', 'strdispatch.py', 'twshell.py',
'ultratb.py', 'upgrade_dir.py', 'usage.py', 'wildcard.py',
'ultratb.py', 'upgradedir.py', 'usage.py', 'wildcard.py',
# See note above for why this is skipped
# 'shell.py',
'winconsole.py']