diff options
Diffstat (limited to 'libmproxy')
-rw-r--r-- | libmproxy/main.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmproxy/main.py b/libmproxy/main.py index ffa012d3..e5b7f56b 100644 --- a/libmproxy/main.py +++ b/libmproxy/main.py @@ -8,6 +8,9 @@ from .proxy import process_proxy_options, ProxyServerError from .proxy.server import DummyServer, ProxyServer +# This file is not included in coverage analysis or tests - anything that can be +# tested should live elsewhere. + def check_versions(): """ Having installed a wrong version of pyOpenSSL or netlib is unfortunately a |