aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 20:09:53 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 20:09:53 +0200
commit748cbaa07469d4004b5631774b306aad646798f7 (patch)
treeef362d5687522d6342d29804170c266c14ce8676 /setup.cfg
parentd76e5ad1ee5f0fba65b1bf8b9fd70a454b079b7f (diff)
downloadmitmproxy-748cbaa07469d4004b5631774b306aad646798f7.tar.gz
mitmproxy-748cbaa07469d4004b5631774b306aad646798f7.tar.bz2
mitmproxy-748cbaa07469d4004b5631774b306aad646798f7.zip
cleanup
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 908dbe48..e83ca0ab 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,6 +3,7 @@ max-line-length = 140
max-complexity = 25
ignore = E251,C901
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*
+builtins = file,open,basestring,xrange,unicode,long,cmp
[pytest]
testpaths = test