##// END OF EJS Templates
move pickleshare to external...
MinRK -
Show More
@@ -0,0 +1,4 b''
1 try:
2 from pickleshare import *
3 except ImportError:
4 from ._pickleshare import *
@@ -63,7 +63,7 b' from IPython.utils.decorators import undoc'
63 63 from IPython.utils.io import ask_yes_no
64 64 from IPython.utils.ipstruct import Struct
65 65 from IPython.utils.path import get_home_dir, get_ipython_dir, get_py_filename, unquote_filename, ensure_dir_exists
66 from IPython.utils.pickleshare import PickleShareDB
66 from IPython.external.pickleshare import PickleShareDB
67 67 from IPython.utils.process import system, getoutput
68 68 from IPython.utils.py3compat import (builtin_mod, unicode_type, string_types,
69 69 with_metaclass, iteritems)
@@ -322,5 +322,3 b' def main():'
322 322
323 323 if __name__== "__main__":
324 324 main()
325
326
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now