fixing rulings to pass build tests
This commit is contained in:
philipyun103 2016-08-07 01:56:00 -07:00
parent 0285f67db2
commit 65c1af42d2

View file

@ -1,13 +1,11 @@
#!/usr/bin/env python
from argparse import ArgumentParser
import sys
import os
sys.path.append(os.getcwd())
from argparse import ArgumentParser
import yaml
import client
sys.path.append(os.getcwd())
def parse_args():
parser = ArgumentParser()