Skip to content

Commit

Permalink
Replace imp with importlib
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 23, 2017
1 parent 50c43b7 commit 41c04e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Expand Up @@ -70,7 +70,7 @@

from blinker import signal
from collections import defaultdict, Callable, OrderedDict
from imp import reload as _reload
from importlib import reload as _reload
from logbook.compat import redirect_logging
from logbook.more import ExceptionHandler, ColorizedStderrHandler
from pygments.formatters import HtmlFormatter
Expand Down

0 comments on commit 41c04e7

Please sign in to comment.