Kaydet (Commit) 96803b29 authored tarafından Skip Montanaro's avatar Skip Montanaro

gnu_getopt should be exported in __all__

üst c4fcfa34
...@@ -31,7 +31,7 @@ option involved with the exception. ...@@ -31,7 +31,7 @@ option involved with the exception.
# - a option string with a W followed by semicolon should # - a option string with a W followed by semicolon should
# treat "-W foo" as "--foo" # treat "-W foo" as "--foo"
__all__ = ["GetoptError","error","getopt"] __all__ = ["GetoptError","error","getopt","gnu_getopt"]
import os import os
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment