diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-19 18:20:01 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-19 18:20:01 +1300 |
commit | 26d6b189fc0a58375d46898ad57abadba44bb4d0 (patch) | |
tree | fd58113263b50f7dc957060d8aa6812b6d4ec22c /libpathod/utils.py | |
parent | 25ed5537dad2a6b339ccd5945c0ed232ed5ab035 (diff) | |
download | mitmproxy-26d6b189fc0a58375d46898ad57abadba44bb4d0.tar.gz mitmproxy-26d6b189fc0a58375d46898ad57abadba44bb4d0.tar.bz2 mitmproxy-26d6b189fc0a58375d46898ad57abadba44bb4d0.zip |
Pyflakes cleanup, adjust requirements.txt
Diffstat (limited to 'libpathod/utils.py')
-rw-r--r-- | libpathod/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/utils.py b/libpathod/utils.py index 26e9427d..b5dc73c7 100644 --- a/libpathod/utils.py +++ b/libpathod/utils.py @@ -1,4 +1,4 @@ -import os, re +import os SIZE_UNITS = dict( b = 1024**0, |