Magic.py => core/magic.py and imports updated.

This commit is contained in:
Brian Granger 2009-07-02 09:14:59 -07:00
parent 9e7706b8e8
commit 93ff33a755

View File

@ -203,7 +203,7 @@ def make_runners():
'DPyGetOpt.py', 'dtutils.py', 'excolors.py', 'fakemodule.py',
'generics.py', 'genutils.py', 'history.py', 'hooks.py', 'ipapi.py',
'iplib.py', 'ipmaker.py', 'ipstruct.py', 'Itpl.py',
'logger.py', 'macro.py', 'Magic.py', 'OInspect.py',
'logger.py', 'macro.py', 'magic.py', 'OInspect.py',
'OutputTrap.py', 'platutils.py', 'prefilter.py', 'Prompts.py',
'PyColorize.py', 'Release.py', 'rlineimpl.py', 'shadowns.py',
'shellglobals.py', 'strdispatch.py', 'twshell.py',