Adding argparse to third_party (for Python 2.6)
argparse is in the Python stdlib for Python 2.7+, but not 2.6 which we try to support.
This commit is contained in:
parent
cb98dc8537
commit
8856af0970
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -19,3 +19,6 @@
|
||||
[submodule "third_party/frozendict"]
|
||||
path = third_party/frozendict
|
||||
url = https://github.com/slezica/python-frozendict
|
||||
[submodule "third_party/argparse"]
|
||||
path = third_party/argparse
|
||||
url = https://github.com/bewest/argparse
|
||||
|
1
third_party/argparse
vendored
Submodule
1
third_party/argparse
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 46af816db4812eab5f4639717bf1ad2eb17cc1ff
|
Loading…
Reference in New Issue
Block a user