##// END OF EJS Templates
Merge pull request #8224 from tmtabor/glyphicon-fix...
r21105:fd958166 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 *