##// END OF EJS Templates
Moving extensions to either quarantine or deathrow....
Brian Granger -
Show More
@@ -48,7 +48,7 b' from IPython.core.component import Component'
48 48 from IPython.core.usage import interactive_usage, default_banner
49 49 from IPython.core.error import TryNext, UsageError
50 50
51 from IPython.extensions import pickleshare
51 from IPython.utils import pickleshare
52 52 from IPython.external.Itpl import ItplNS
53 53 from IPython.lib.backgroundjobs import BackgroundJobManager
54 54 from IPython.utils.ipstruct import Struct
@@ -79,7 +79,7 b' def test_shist():'
79 79 # Simple tests of ShadowHist class - test generator.
80 80 import os, shutil, tempfile
81 81
82 from IPython.extensions import pickleshare
82 from IPython.utils import pickleshare
83 83 from IPython.core.history import ShadowHist
84 84
85 85 tfile = tempfile.mktemp('','tmp-ipython-')
1 NO CONTENT: file renamed from IPython/extensions/PhysicalQInput.py to IPython/deathrow/PhysicalQInput.py
1 NO CONTENT: file renamed from IPython/extensions/PhysicalQInteractive.py to IPython/deathrow/PhysicalQInteractive.py
1 NO CONTENT: file renamed from IPython/extensions/astyle.py to IPython/deathrow/astyle.py
1 NO CONTENT: file renamed from IPython/extensions/ibrowse.py to IPython/deathrow/ibrowse.py
1 NO CONTENT: file renamed from IPython/extensions/igrid.py to IPython/deathrow/igrid.py
1 NO CONTENT: file renamed from IPython/extensions/igrid_help.css to IPython/deathrow/igrid_help.css
1 NO CONTENT: file renamed from IPython/extensions/igrid_help.html to IPython/deathrow/igrid_help.html
1 NO CONTENT: file renamed from IPython/extensions/ipipe.py to IPython/deathrow/ipipe.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_constants.py to IPython/deathrow/ipy_constants.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_defaults.py to IPython/deathrow/ipy_defaults.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_kitcfg.py to IPython/deathrow/ipy_kitcfg.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_legacy.py to IPython/deathrow/ipy_legacy.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_p4.py to IPython/deathrow/ipy_p4.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_profile_none.py to IPython/deathrow/ipy_profile_none.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_profile_numpy.py to IPython/deathrow/ipy_profile_numpy.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_profile_scipy.py to IPython/deathrow/ipy_profile_scipy.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_profile_sh.py to IPython/deathrow/ipy_profile_sh.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_profile_zope.py to IPython/deathrow/ipy_profile_zope.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_traits_completer.py to IPython/deathrow/ipy_traits_completer.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_vimserver.py to IPython/deathrow/ipy_vimserver.py
1 NO CONTENT: file renamed from IPython/extensions/numeric_formats.py to IPython/deathrow/numeric_formats.py
1 NO CONTENT: file renamed from IPython/extensions/scitedirector.py to IPython/deathrow/scitedirector.py
1 NO CONTENT: file renamed from IPython/extensions/InterpreterExec.py to IPython/quarantine/InterpreterExec.py
1 NO CONTENT: file renamed from IPython/extensions/InterpreterPasteInput.py to IPython/quarantine/InterpreterPasteInput.py
1 NO CONTENT: file renamed from IPython/extensions/envpersist.py to IPython/quarantine/envpersist.py
1 NO CONTENT: file renamed from IPython/extensions/ext_rescapture.py to IPython/quarantine/ext_rescapture.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_app_completers.py to IPython/quarantine/ipy_app_completers.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_autoreload.py to IPython/quarantine/ipy_autoreload.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_bzr.py to IPython/quarantine/ipy_bzr.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_completers.py to IPython/quarantine/ipy_completers.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_editors.py to IPython/quarantine/ipy_editors.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_exportdb.py to IPython/quarantine/ipy_exportdb.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_extutil.py to IPython/quarantine/ipy_extutil.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_fsops.py to IPython/quarantine/ipy_fsops.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_gnuglobal.py to IPython/quarantine/ipy_gnuglobal.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_greedycompleter.py to IPython/quarantine/ipy_greedycompleter.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_jot.py to IPython/quarantine/ipy_jot.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_lookfor.py to IPython/quarantine/ipy_lookfor.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_pretty.py to IPython/quarantine/ipy_pretty.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_profile_doctest.py to IPython/quarantine/ipy_profile_doctest.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_pydb.py to IPython/quarantine/ipy_pydb.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_rehashdir.py to IPython/quarantine/ipy_rehashdir.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_render.py to IPython/quarantine/ipy_render.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_server.py to IPython/quarantine/ipy_server.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_signals.py to IPython/quarantine/ipy_signals.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_stock_completers.py to IPython/quarantine/ipy_stock_completers.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_synchronize_with.py to IPython/quarantine/ipy_synchronize_with.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_system_conf.py to IPython/quarantine/ipy_system_conf.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_which.py to IPython/quarantine/ipy_which.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_winpdb.py to IPython/quarantine/ipy_winpdb.py
1 NO CONTENT: file renamed from IPython/extensions/ipy_workdir.py to IPython/quarantine/ipy_workdir.py
1 NO CONTENT: file renamed from IPython/extensions/jobctrl.py to IPython/quarantine/jobctrl.py
1 NO CONTENT: file renamed from IPython/extensions/ledit.py to IPython/quarantine/ledit.py
1 NO CONTENT: file renamed from IPython/extensions/pspersistence.py to IPython/quarantine/pspersistence.py
1 NO CONTENT: file renamed from IPython/extensions/win32clip.py to IPython/quarantine/win32clip.py
1 NO CONTENT: file renamed from IPython/extensions/pickleshare.py to IPython/utils/pickleshare.py
General Comments 0
You need to be logged in to leave comments. Login now