This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2af6dcf6f7
mitmproxy
/
test
/
scripts
/
err_return
7 lines
101 B
Python
Executable File
Raw
Blame
History
#!/usr/bin/env python
import
sys
sys
.
path
.
insert
(
0
,
"
..
"
)
print
>>
sys
.
stderr
,
"
output
"
sys
.
exit
(
1
)
Reference in New Issue
View Git Blame
Copy Permalink