diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-03 12:26:20 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-03 12:26:20 +1300 |
commit | e608d10f455550b8afd09217f0ecf344a0bdc814 (patch) | |
tree | 7642a59ace385c8aefc2c306b105567ff0333959 /test/test_proxy.py | |
parent | 75b5c970950f11249353ee10931305cfc1c21400 (diff) | |
download | mitmproxy-e608d10f455550b8afd09217f0ecf344a0bdc814.tar.gz mitmproxy-e608d10f455550b8afd09217f0ecf344a0bdc814.tar.bz2 mitmproxy-e608d10f455550b8afd09217f0ecf344a0bdc814.zip |
Remove __slots__ to make it possible to inherit from Options classes.
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r-- | test/test_proxy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py index 13feaead..5828d077 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -146,4 +146,3 @@ class TestDummyServer: d.start_slave() d.shutdown() - |