##// END OF EJS Templates
remove deprecated `get`
MinRK -
Show More
@@ -28,10 +28,3 b' def get_ipython():'
28 from IPython.core.interactiveshell import InteractiveShell
28 from IPython.core.interactiveshell import InteractiveShell
29 if InteractiveShell.initialized():
29 if InteractiveShell.initialized():
30 return InteractiveShell.instance()
30 return InteractiveShell.instance()
31
32 def get():
33 warnings.warn("ipapi.get has been deprecated since IPython 0.11",
34 DeprecationWarning
35 )
36 return get_ipython()
37
General Comments 0
You need to be logged in to leave comments. Login now