diff options
Diffstat (limited to 'Lib/distutils/command/install.py')
-rw-r--r-- | Lib/distutils/command/install.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 9adda46..5d5bdaa 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py @@ -4,6 +4,8 @@ Implements the Distutils 'install' command.""" from distutils import log +# This module should be kept compatible with Python 1.5.2. + __revision__ = "$Id$" import sys, os, string |