##// END OF EJS Templates
remove reference to nonexistent 0.14 in deprecation warning
MinRK -
Show More
@@ -4,7 +4,7 b' Moved to IPython.kernel.connect'
4 """
4 """
5
5
6 import warnings
6 import warnings
7 warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 0.14",
7 warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0",
8 DeprecationWarning
8 DeprecationWarning
9 )
9 )
10
10
General Comments 0
You need to be logged in to leave comments. Login now