From 6ec2e6f24f2e64854e80d81c04ae44c094486821 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 15 Dec 2013 02:51:35 +0100 Subject: fix script path error in tests --- test/scripts/concurrent_decorator_err.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/scripts/concurrent_decorator_err.py (limited to 'test/scripts/concurrent_decorator_err.py') diff --git a/test/scripts/concurrent_decorator_err.py b/test/scripts/concurrent_decorator_err.py new file mode 100644 index 00000000..78191315 --- /dev/null +++ b/test/scripts/concurrent_decorator_err.py @@ -0,0 +1,5 @@ +from libmproxy.script import concurrent + +@concurrent +def start(context, argv): + pass \ No newline at end of file -- cgit v1.2.3