Ejemplo n.º 1
0
def main():
    config_path = '{0}/configs/{1}'.format(os.path.dirname(resources.__file__),
                                           CONFIG_PATH)
    clash.dispatch(config_path)
Ejemplo n.º 2
0
def main():
    config_path = '{0}/configs/{1}'.format(os.path.dirname(resources.__file__),
                                           CONFIG_PATH)
    clash.dispatch(config_path)
Ejemplo n.º 3
0
def main():
    clash.dispatch(config_path=os.path.join(os.path.dirname(__file__),
                                            'blueprint',
                                            'clash.yaml'))
Ejemplo n.º 4
0
def main():
    config_path = sys.argv[1]
    config_path = '{0}/configs/{1}'.format(os.path.dirname(resources.__file__),
                                           config_path)
    sys.argv.pop(1)
    dispatch(config_path)
Ejemplo n.º 5
0
def main():
    clash.dispatch(config_path=os.path.join(os.path.dirname(__file__),
                                            'blueprint', 'clash.yaml'))
Ejemplo n.º 6
0
def main():
    config_path = sys.argv[1]
    config_path = '{0}/configs/{1}'.format(os.path.dirname(resources.__file__),
                                           config_path)
    sys.argv.pop(1)
    dispatch(config_path)