sb: Clean up using argparse. It is not available on CentOS.

Include the argparse package in the source and use if not available.
This commit is contained in:
Chris Johns
2014-02-14 13:26:11 +11:00
parent d9e3dae5f6
commit 9797bd151e
3 changed files with 2372 additions and 2 deletions

View File

@@ -34,7 +34,6 @@
# provided by the full pkg-config so packages can configure and build.
#
import argparse
import os
import os.path
import re