mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
up the b/w compatibility requirement to 2.2
This commit is contained in:
parent
969a7003f9
commit
a920a8895e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue