From 5e8e2faf5ddd49c1e849913d51968bc888d6db5f Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sat, 22 Dec 2007 10:46:50 -0700 Subject: [PATCH] setup: update doc in __init__.py --- src/allmydata/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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__ -- 2.45.2