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:
821521c
)
encode: actually define the UploadAborted exception
author
Brian Warner
<warner@allmydata.com>
Tue, 15 Jan 2008 04:27:02 +0000
(21:27 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 15 Jan 2008 04:27:02 +0000
(21:27 -0700)
src/allmydata/encode.py
patch
|
blob
|
history
diff --git
a/src/allmydata/encode.py
b/src/allmydata/encode.py
index fb35bd729ceee78ac87cb92f85e7fd25cb5567b3..ece95d9db1aabac217ff4838dc735a97fc71e345 100644
(file)
--- a/
src/allmydata/encode.py
+++ b/
src/allmydata/encode.py
@@
-61,6
+61,9
@@
hash tree is put into the URI.
class NotEnoughPeersError(Exception):
pass
+class UploadAborted(Exception):
+ pass
+
KiB=1024
MiB=1024*KiB
GiB=1024*MiB