From: Zooko O'Whielacronx Date: Wed, 9 May 2007 22:58:24 +0000 (-0700) Subject: zfec: fix bug in in-line doc X-Git-Tag: allmydata-tahoe-0.4.0~59 X-Git-Url: https://git.rkrishnan.org/listings/pb3user.py?a=commitdiff_plain;h=c3ccd10108ba0d601d95ff8719c4de94a777de10;p=tahoe-lafs%2Ftahoe-lafs.git zfec: fix bug in in-line doc --- diff --git a/src/zfec/zfec/cmdline_zfec.py b/src/zfec/zfec/cmdline_zfec.py index ec5ec17d..b0fa1a3d 100644 --- a/src/zfec/zfec/cmdline_zfec.py +++ b/src/zfec/zfec/cmdline_zfec.py @@ -3,8 +3,6 @@ # zfec -- a fast C implementation of Reed-Solomon erasure coding with # command-line, C, and Python interfaces -# The zfec and zunfec command-line tools require Python 2.5 for relative imports. - import sys from util import argparse diff --git a/src/zfec/zfec/cmdline_zunfec.py b/src/zfec/zfec/cmdline_zunfec.py index 99c80604..4b0037da 100644 --- a/src/zfec/zfec/cmdline_zunfec.py +++ b/src/zfec/zfec/cmdline_zunfec.py @@ -3,8 +3,6 @@ # zfec -- a fast C implementation of Reed-Solomon erasure coding with # command-line, C, and Python interfaces -# The zfec and zunfec command-line tools require Python 2.5 for relative imports. - import os, sys from util import argparse