mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
zfec: fix bug in in-line doc
This commit is contained in:
parent
c8077deae5
commit
c3ccd10108
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user