##// END OF EJS Templates
Improve deprecation warning....
Improve deprecation warning. Raise a warning no import, as it is common to have import that are unused. Also add since when this is deprecated. Close #9526

File last commit:

r14009:6f019b30
r22442:2acc44a5
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()