up the b/w compatibility requirement to 2.2

This commit is contained in:
Just van Rossum 2003-07-18 15:31:40 +00:00
parent 969a7003f9
commit a920a8895e
1 changed files with 1 additions and 1 deletions

View File

@ -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