summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-16 17:17:08 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-16 17:17:42 +0100
commit98f0e2a9875470db5ba157eefdeaa7ee13a39f9e (patch)
tree163ec7cfda33f48267c138f80e20046a1ed2a510 /alot/helper.py
parenta36dce5ef3e95c082b2bfde2b571abe2ab55fee4 (diff)
pep8 fixes
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/helper.py b/alot/helper.py
index 7b038d29..2706ca63 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -222,6 +222,7 @@ def tag_cmp(a, b):
else:
return cmp(a, b)
+
def humanize_size(size):
r'''
>>> humanize_size(1)