From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sat, 22 Dec 2007 17:46:50 +0000 (-0700)
Subject: setup: update doc in __init__.py
X-Git-Tag: allmydata-tahoe-0.7.0~91
X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/module-simplejson.encoder.html?a=commitdiff_plain;h=5e8e2faf5ddd49c1e849913d51968bc888d6db5f;p=tahoe-lafs%2Ftahoe-lafs.git

setup: update doc in __init__.py
---

diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py
index a347c523..0abcdd3b 100644
--- a/src/allmydata/__init__.py
+++ b/src/allmydata/__init__.py
@@ -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__