Skip to content

Commit

Permalink
removed unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Dec 6, 2009
1 parent c0230a7 commit acb1d32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev_release_builder.py
Expand Up @@ -27,10 +27,6 @@
WORK_DIR = os.path.join(DATA_DIR, "work")


class DownloadError(Exception):
pass


def format_size(bytes):
if bytes > 1000*1000:
return "%.1fMb" % (bytes/1000.0/1000)
Expand Down

0 comments on commit acb1d32

Please sign in to comment.