##// END OF EJS Templates
MAINT: Update locate_profile import to avoid warning
teddyrendahl -
Show More
@@ -20,7 +20,7 b' import threading'
20 20 from traitlets.config.configurable import LoggingConfigurable
21 21 from decorator import decorator
22 22 from IPython.utils.decorators import undoc
23 from IPython.utils.path import locate_profile
23 from IPython.paths import locate_profile
24 24 from traitlets import (
25 25 Any, Bool, Dict, Instance, Integer, List, Unicode, TraitError,
26 26 default, observe,
General Comments 0
You need to be logged in to leave comments. Login now