]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: update doc in __init__.py
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Dec 2007 17:46:50 +0000 (10:46 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Dec 2007 17:46:50 +0000 (10:46 -0700)
src/allmydata/__init__.py

index a347c5239f99507886ee91acb5b03b7f799f7f43..0abcdd3b4ccac468052766b90ef971d142214dc4 100644 (file)
@@ -11,9 +11,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,
-    # nor did it come with a pre-generated _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 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
 
 hush_pyflakes = __version__