]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
encode: actually define the UploadAborted exception
authorBrian Warner <warner@allmydata.com>
Tue, 15 Jan 2008 04:27:02 +0000 (21:27 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 15 Jan 2008 04:27:02 +0000 (21:27 -0700)
src/allmydata/encode.py

index fb35bd729ceee78ac87cb92f85e7fd25cb5567b3..ece95d9db1aabac217ff4838dc735a97fc71e345 100644 (file)
@@ -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