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:
Strahinja Val Markovic 2013-10-04 15:58:30 -07:00
parent cb98dc8537
commit 8856af0970
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -19,3 +19,6 @@
[submodule "third_party/frozendict"] [submodule "third_party/frozendict"]
path = third_party/frozendict path = third_party/frozendict
url = https://github.com/slezica/python-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

@ -0,0 +1 @@
Subproject commit 46af816db4812eab5f4639717bf1ad2eb17cc1ff