##// END OF EJS Templates
Merge pull request #8235 from minrk/testpath...
Merge pull request #8235 from minrk/testpath use testpath.tempdir for utils.tempdir

File last commit:

r21091:b080053b
r21100:8d8cce34 merge
Show More
tempdir.py
5 lines | 125 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.tempdir is deprecated. Use testpath.tempdir")
from testpath.tempdir import *