diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-10-24 17:12:54 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-10-24 17:12:54 +1300 |
commit | cd481fdd14a96afeb61ce5d2b8d899f24af1051f (patch) | |
tree | 044b0533833a3602ca43c7f8af840d741ea6a35f /pathod | |
parent | 962a414327d93b604a59a4b8c8582d359745009d (diff) | |
download | mitmproxy-cd481fdd14a96afeb61ce5d2b8d899f24af1051f.tar.gz mitmproxy-cd481fdd14a96afeb61ce5d2b8d899f24af1051f.tar.bz2 mitmproxy-cd481fdd14a96afeb61ce5d2b8d899f24af1051f.zip |
Refactor and whitespace
Diffstat (limited to 'pathod')
-rwxr-xr-x | pathod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/env python -from libpathod import main +from libpathod import cmdline if __name__ == "__main__": - main.pathod() + cmdline.go_pathod() |