summaryrefslogtreecommitdiff
path: root/Lib/imp.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-11-06 13:01:15 -0800
committerBenjamin Peterson <benjamin@python.org>2016-11-06 13:01:15 -0800
commit1bcaf3a5f3cef733a03bd15dc30d60289959402b (patch)
treed606b56c2f0628b12e0b5a954f782689955de594 /Lib/imp.py
parent4abfe80e5524cebcb6c493f7a67f2c2587715a69 (diff)
parentbc82b552cc77e925e85c96b70df3bf3cafda1565 (diff)
downloadcpython-1bcaf3a5f3cef733a03bd15dc30d60289959402b.tar.gz
merge 3.5
Diffstat (limited to 'Lib/imp.py')
-rw-r--r--Lib/imp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imp.py b/Lib/imp.py
index e264391842..781ff23d25 100644
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -30,7 +30,7 @@ import warnings
warnings.warn("the imp module is deprecated in favour of importlib; "
"see the module's documentation for alternative uses",
- PendingDeprecationWarning, stacklevel=2)
+ DeprecationWarning, stacklevel=2)
# DEPRECATED
SEARCH_ERROR = 0