aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/status_codes.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-10-17 10:32:12 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-10-17 10:32:12 +0200
commit94c9dd66e6b09601840760dc35de079c851f3c3f (patch)
tree09c886e106f4c67695bd25fede056fe93d62f373 /netlib/http/status_codes.py
parente59a3be09d9f044572ce97a5f683707927fff863 (diff)
downloadmitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.tar.gz
mitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.tar.bz2
mitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.zip
remove empty lines at beginning of file
Diffstat (limited to 'netlib/http/status_codes.py')
-rw-r--r--netlib/http/status_codes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib/http/status_codes.py b/netlib/http/status_codes.py
index 55d337be..5a83cd73 100644
--- a/netlib/http/status_codes.py
+++ b/netlib/http/status_codes.py
@@ -1,4 +1,3 @@
-
CONTINUE = 100
SWITCHING = 101
OK = 200