setup: update doc in __init__.py

This commit is contained in:
Zooko O'Whielacronx 2007-12-22 10:46:50 -07:00
parent 4a11c320f7
commit 5e8e2faf5d

View 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__