From 541c1e8b9f0e2e12bd770100888129639cc94827 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 24 Mar 2017 10:15:41 +1300 Subject: addons: start -> load throughout --- examples/simple/script_arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/simple/script_arguments.py') diff --git a/examples/simple/script_arguments.py b/examples/simple/script_arguments.py index b46a1960..e16f6a22 100644 --- a/examples/simple/script_arguments.py +++ b/examples/simple/script_arguments.py @@ -9,7 +9,7 @@ class Replacer: flow.response.replace(self.src, self.dst) -def start(opts): +def load(opts): parser = argparse.ArgumentParser() parser.add_argument("src", type=str) parser.add_argument("dst", type=str) -- cgit v1.2.3