From a920a8895e3f8919165b7bfd656a07864053f964 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 18 Jul 2003 15:31:40 +0000 Subject: up the b/w compatibility requirement to 2.2 --- Lib/modulefinder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12