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
a6dbb82936
mitmproxy
/
pathoc
6 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix tests, re-add scripts
2014-10-24 01:01:34 +00:00
#!/usr/bin/env python
Refactor and whitespace
2014-10-24 04:12:54 +00:00
from libpathod import cmdline
Fix tests, re-add scripts
2014-10-24 01:01:34 +00:00
if __name__ == "__main__":
Refactor and whitespace
2014-10-24 04:12:54 +00:00
cmdline.go_pathoc()