]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/immutable/downloader/common.py
move DownloadStopped from download.common to interfaces
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / downloader / common.py
index e9dd2719f5cf5ac46a7cc98772c6212705a6558a..7e5f4ded7fb9458d9ca9e7cf4ece84823fdc3bc7 100644 (file)
@@ -8,6 +8,3 @@ class WrongSegmentError(Exception):
     pass
 class BadCiphertextHashError(Exception):
     pass
-
-class DownloadStopped(Exception):
-    pass