encode: actually define the UploadAborted exception

This commit is contained in:
Brian Warner 2008-01-14 21:27:02 -07:00
parent 821521cc3e
commit 7bb9307871

View 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