diff options
Diffstat (limited to 'Lib/distutils/dist.py')
-rw-r--r-- | Lib/distutils/dist.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py index 3a69069..faeb7b1 100644 --- a/Lib/distutils/dist.py +++ b/Lib/distutils/dist.py @@ -4,6 +4,8 @@ Provides the Distribution class, which represents the module distribution being built/installed/distributed. """ +# This module should be kept compatible with Python 1.5.2. + __revision__ = "$Id$" import sys, os, string, re |