]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/zfec/__init__.py
setup: update docs in setup code
[tahoe-lafs/zfec.git] / zfec / zfec / __init__.py
index 71d24060c8e943a8913e37c22ac383d0636efd26..3b9b8dcbca9d76c38d4bf74684b717d07e5023ec 100644 (file)
@@ -10,9 +10,9 @@ __version__ = "unknown"
 try:
     from _version import __version__
 except ImportError:
-    # 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.
+    # We're running in a tree that hasn't run darcsver, 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