[1.7.x] Avoided using deprecated version of importlib; refs #23418.

Backport of fbeb7979ee from master
This commit is contained in:
Tim Graham 2014-09-10 13:07:40 -04:00
parent ac54e6af95
commit 4500784b24
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import absolute_import # Avoid importing `importlib` from this package.
from importlib import import_module