mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
6 lines
101 B
Python
Executable file
6 lines
101 B
Python
Executable file
#!/usr/bin/env python
|
|
import sys
|
|
sys.path.insert(0, "..")
|
|
print >> sys.stderr, "output"
|
|
sys.exit(1)
|
|
|