From: zooko Date: Sat, 22 Dec 2007 04:43:57 +0000 (+0530) Subject: zfec: setup: improve documentation in __init__.py X-Git-Url: https://git.rkrishnan.org/webapi.txt?a=commitdiff_plain;h=8cda7eb4cd13edc0d542c2941b1d3e5d09eb5380;p=tahoe-lafs%2Fzfec.git zfec: setup: improve documentation in __init__.py darcs-hash:b686acf87ce884cd98c75119e5902352735d88f7 --- diff --git a/zfec/zfec/__init__.py b/zfec/zfec/__init__.py index c991b7c..71d2406 100644 --- a/zfec/zfec/__init__.py +++ b/zfec/zfec/__init__.py @@ -10,8 +10,9 @@ __version__ = "unknown" try: from _version import __version__ except ImportError: - # we're running in a tree that hasn't run darcsver.py, so we don't - # know what our version is. This should not happen very often. + # We're running in a tree that hasn't run darcsver from the pyutil library, + # and didn't come with a _version.py, so we don't know what our version + # is. This should not happen very often. pass from _fec import Encoder, Decoder, Error