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
commit83b13fcb47a14436f8d10b383f8477cb6e8d16ac (patch)
tree1f980641c67cb6b648e6868b672044a552ae9eb3 /Lib/modulefinder.py
parent44aaf58dbe8c9c4fe6ab0d69219d17d6660a2e0a (diff)
downloadcpython-83b13fcb47a14436f8d10b383f8477cb6e8d16ac.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