]> granicus.if.org Git - python/commitdiff
gnu_getopt should be exported in __all__
authorSkip Montanaro <skip@pobox.com>
Fri, 7 Jun 2002 03:26:43 +0000 (03:26 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 7 Jun 2002 03:26:43 +0000 (03:26 +0000)
Lib/getopt.py

index fb98e8853076d9adc07a29b2250f301eca405235..c72621749d5e702d821bfe9a7624930429900a55 100644 (file)
@@ -31,7 +31,7 @@ option involved with the exception.
 # - a option string with a W followed by semicolon should
 #   treat "-W foo" as "--foo"
 
-__all__ = ["GetoptError","error","getopt"]
+__all__ = ["GetoptError","error","getopt","gnu_getopt"]
 
 import os