summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_lib.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:12:28 +0000
committerAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:12:28 +0000
commitfea5e52ee37ed85ca2f4279dafc6554988755fba (patch)
tree2de7f0c0a1e3b9e1b8fc27b70541c577a3d0b9d3 /Lib/distutils/command/install_lib.py
parent87c9ebf7206a5922fbc45216a2436f2baf713e37 (diff)
downloadcpython-fea5e52ee37ed85ca2f4279dafc6554988755fba.tar.gz
Add comment to Distutil files about requiring 1.5.2 compatibility, as
suggested by PEP 291.
Diffstat (limited to 'Lib/distutils/command/install_lib.py')
-rw-r--r--Lib/distutils/command/install_lib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py
index 5da1c7aea7..daf3e010fd 100644
--- a/Lib/distutils/command/install_lib.py
+++ b/Lib/distutils/command/install_lib.py
@@ -1,3 +1,5 @@
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"
import sys, os, string