mitmproxy/test/scripts/concurrent_decorator_err.py

7 lines
89 B
Python
Raw Normal View History

2013-12-15 01:51:35 +00:00
from libmproxy.script import concurrent
2015-05-30 00:03:28 +00:00
2013-12-15 01:51:35 +00:00
@concurrent
def start(context, argv):
2015-05-30 00:03:28 +00:00
pass