zfec: fix bug in in-line doc

This commit is contained in:
Zooko O'Whielacronx 2007-05-09 15:58:24 -07:00
parent c8077deae5
commit c3ccd10108
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@
# zfec -- a fast C implementation of Reed-Solomon erasure coding with # zfec -- a fast C implementation of Reed-Solomon erasure coding with
# command-line, C, and Python interfaces # command-line, C, and Python interfaces
# The zfec and zunfec command-line tools require Python 2.5 for relative imports.
import sys import sys
from util import argparse from util import argparse

View File

@ -3,8 +3,6 @@
# zfec -- a fast C implementation of Reed-Solomon erasure coding with # zfec -- a fast C implementation of Reed-Solomon erasure coding with
# command-line, C, and Python interfaces # command-line, C, and Python interfaces
# The zfec and zunfec command-line tools require Python 2.5 for relative imports.
import os, sys import os, sys
from util import argparse from util import argparse