trivial: whitespace

This commit is contained in:
Zooko O'Whielacronx 2009-01-18 10:54:58 -07:00
parent 66f83c7356
commit 9247dc70e5

View File

@ -186,7 +186,6 @@ def open_or_create(fname, binarymode=True):
except EnvironmentError:
return open(fname, binarymode and "w+b" or "w+")
def du(basedir):
size = 0