diff options
author | Just van Rossum <just@letterror.com> | 2003-07-18 15:31:40 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2003-07-18 15:31:40 (GMT) |
commit | a920a8895e3f8919165b7bfd656a07864053f964 (patch) | |
tree | fbe851071a8f615ea3858b709cc335d09026b213 /Lib/modulefinder.py | |
parent | 969a7003f908b167278dd5856e8af8799ccda8ee (diff) | |
download | cpython-a920a8895e3f8919165b7bfd656a07864053f964.zip cpython-a920a8895e3f8919165b7bfd656a07864053f964.tar.gz cpython-a920a8895e3f8919165b7bfd656a07864053f964.tar.bz2 |
up the b/w compatibility requirement to 2.2
Diffstat (limited to 'Lib/modulefinder.py')
-rw-r--r-- | Lib/modulefinder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py index 92ecbcb..be59f97 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 |