aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
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 /pathod
parente59a3be09d9f044572ce97a5f683707927fff863 (diff)
downloadmitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.tar.gz
mitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.tar.bz2
mitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.zip
remove empty lines at beginning of file
Diffstat (limited to 'pathod')
-rw-r--r--pathod/language/__init__.py1
-rw-r--r--pathod/language/http.py1
-rw-r--r--pathod/protocols/http2.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/pathod/language/__init__.py b/pathod/language/__init__.py
index b7897ed2..584e3f80 100644
--- a/pathod/language/__init__.py
+++ b/pathod/language/__init__.py
@@ -1,4 +1,3 @@
-
import itertools
import time
diff --git a/pathod/language/http.py b/pathod/language/http.py
index 8b5fa828..5d2ff54d 100644
--- a/pathod/language/http.py
+++ b/pathod/language/http.py
@@ -1,4 +1,3 @@
-
import abc
import pyparsing as pp
diff --git a/pathod/protocols/http2.py b/pathod/protocols/http2.py
index 69f49c63..4dcc4b76 100644
--- a/pathod/protocols/http2.py
+++ b/pathod/protocols/http2.py
@@ -1,4 +1,3 @@
-
import itertools
import time