diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-04-17 17:45:50 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-04-17 17:45:50 +1200 |
commit | f8e95db6b0a3978327e68fa859b3e98537640e6e (patch) | |
tree | 95d1ae6a87fd1c634b2bb98f75ae1a464e06f898 /libpathod/pathod.py | |
parent | fe8e27f27b7a5ead1a7f60df1516d5fef161e776 (diff) | |
download | mitmproxy-f8e95db6b0a3978327e68fa859b3e98537640e6e.tar.gz mitmproxy-f8e95db6b0a3978327e68fa859b3e98537640e6e.tar.bz2 mitmproxy-f8e95db6b0a3978327e68fa859b3e98537640e6e.zip |
housekeeping: ++tests, coverage annotations
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index 173773cf..1506e743 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -384,7 +384,7 @@ class Pathod(tcp.TCPServer): return self.log -def main(args): +def main(args): # pragma: nocover ssloptions = SSLOptions( cn = args.cn, confdir = args.confdir, |