summaryrefslogtreecommitdiff
path: root/Lib/modulefinder.py
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2003-07-18 15:31:40 +0000
committerJust van Rossum <just@letterror.com>2003-07-18 15:31:40 +0000
commita920a8895e3f8919165b7bfd656a07864053f964 (patch)
treefbe851071a8f615ea3858b709cc335d09026b213 /Lib/modulefinder.py
parent969a7003f908b167278dd5856e8af8799ccda8ee (diff)
downloadcpython-git-a920a8895e3f8919165b7bfd656a07864053f964.tar.gz
up the b/w compatibility requirement to 2.2
Diffstat (limited to 'Lib/modulefinder.py')
-rw-r--r--Lib/modulefinder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py
index 92ecbcb80c..be59f97f2b 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