##// END OF EJS Templates
use try/except also for Py2....
Matthias Bussonnier -
Show More
@@ -11,8 +11,7 b' import sys'
11 11 from traitlets.config.configurable import Configurable
12 12 from IPython.utils.path import ensure_dir_exists
13 13 from traitlets import Instance
14 from IPython.utils.py3compat import PY3
15 if PY3:
14
16 15 try:
17 16 from importlib import reload
18 17 except ImportError :
General Comments 0
You need to be logged in to leave comments. Login now