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