diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py index 92ecbcb80ca..be59f97f2bc 100644 --- a/Lib/modulefinder.py +++ b/Lib/modulefinder.py @@ -1,6 +1,6 @@ """Find modules used by a script, using introspection.""" -# This module should be kept compatible with Python 1.5.2, see PEP 291. +# This module should be kept compatible with Python 2.2, see PEP 291. import dis import imp