From: zooko Date: Sun, 14 Jun 2009 01:07:13 +0000 (+0530) Subject: remove unused imports noticed by pyflakes X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Fzfec.git;a=commitdiff_plain;h=f1356e89cc73d1cdbffad287abf0283bd9afb97e remove unused imports noticed by pyflakes Ignore-this: 57d7c47a3ed80f337432634fbdb5cd02 darcs-hash:0214f052276e94b36104935a80b57598dfd32def --- diff --git a/zfec/zfec/filefec.py b/zfec/zfec/filefec.py index 793ed20..a6c0a35 100644 --- a/zfec/zfec/filefec.py +++ b/zfec/zfec/filefec.py @@ -2,7 +2,7 @@ import easyfec, zfec from pyutil import fileutil from pyutil.mathutil import pad_size, log_ceil -import array, os, re, struct, traceback +import array, os, struct CHUNKSIZE = 4096