diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-10-17 10:32:12 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-10-17 10:32:12 +0200 |
commit | 94c9dd66e6b09601840760dc35de079c851f3c3f (patch) | |
tree | 09c886e106f4c67695bd25fede056fe93d62f373 /netlib/version.py | |
parent | e59a3be09d9f044572ce97a5f683707927fff863 (diff) | |
download | mitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.tar.gz mitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.tar.bz2 mitmproxy-94c9dd66e6b09601840760dc35de079c851f3c3f.zip |
remove empty lines at beginning of file
Diffstat (limited to 'netlib/version.py')
-rw-r--r-- | netlib/version.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib/version.py b/netlib/version.py index c7ca8d01..cb670642 100644 --- a/netlib/version.py +++ b/netlib/version.py @@ -1,4 +1,3 @@ - IVERSION = (0, 19) VERSION = ".".join(str(i) for i in IVERSION) PATHOD = "pathod " + VERSION |