projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f83c7
)
trivial: whitespace
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 18 Jan 2009 17:54:58 +0000
(10:54 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 18 Jan 2009 17:54:58 +0000
(10:54 -0700)
src/allmydata/util/fileutil.py
patch
|
blob
|
history
diff --git
a/src/allmydata/util/fileutil.py
b/src/allmydata/util/fileutil.py
index c799765cf9796c475ce9f11c82799585daf223e5..d8b084cfe1df256e025b11b254ccffad335a7e3f 100644
(file)
--- a/
src/allmydata/util/fileutil.py
+++ b/
src/allmydata/util/fileutil.py
@@
-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