diff options
Diffstat (limited to 'python/vyos')
-rwxr-xr-x | python/vyos/xml_ref/generate_op_cache.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/vyos/xml_ref/generate_op_cache.py b/python/vyos/xml_ref/generate_op_cache.py index e93b07974..cd2ac890e 100755 --- a/python/vyos/xml_ref/generate_op_cache.py +++ b/python/vyos/xml_ref/generate_op_cache.py @@ -13,15 +13,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# -# import re import sys import json import glob + from argparse import ArgumentParser -from argparse import ArgumentTypeError from os.path import join from os.path import abspath from os.path import dirname |