]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: setup: improve documentation in __init__.py
authorzooko <zooko@zooko.com>
Sat, 22 Dec 2007 04:43:57 +0000 (10:13 +0530)
committerzooko <zooko@zooko.com>
Sat, 22 Dec 2007 04:43:57 +0000 (10:13 +0530)
darcs-hash:b686acf87ce884cd98c75119e5902352735d88f7

zfec/zfec/__init__.py

index c991b7cc8838e32c8afc25f2df32acc2e969bd31..71d24060c8e943a8913e37c22ac383d0636efd26 100644 (file)
@@ -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