UserConfig => config/userconfig and imports updated.

This commit is contained in:
Brian Granger 2009-07-02 12:04:09 -07:00
parent 629dabdeab
commit f53e35c98b

View File

@ -224,7 +224,7 @@ def make_runners():
# These are tested by nose, so skip IPython.kernel
top_pack = ['config','Extensions','frontend',
'testing','tests','tools','UserConfig']
'testing','tests','tools','userconfig']
if have_wx:
top_pack.append('gui')