diff options
Diffstat (limited to 'fancy_getopt.py')
| -rw-r--r-- | fancy_getopt.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fancy_getopt.py b/fancy_getopt.py index f78b0a68..a4a4e797 100644 --- a/fancy_getopt.py +++ b/fancy_getopt.py @@ -8,6 +8,8 @@ additional features: * options set attributes of a passed-in object """ +# This module should be kept compatible with Python 1.5.2. + __revision__ = "$Id$" import sys, string, re |
