Skip to content
Snippets Groups Projects
Commit d47e9be4 authored by Sybren A. Stvel's avatar Sybren A. Stvel Committed by Campbell Barton
Browse files

Fix: replaced Python module "imp" with "implib"

Python 3.4.0 deprecated the "imp" module, and replaced it with
"importlib". This changes imp.reload() into implib.reload().

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1016
parent 4741a42e
No related branches found
No related tags found
Loading
Showing
with 68 additions and 68 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment