up the b/w compatibility requirement to 2.2
This commit is contained in:
parent
969a7003f9
commit
a920a8895e
|
@ -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…
Reference in New Issue