mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
setup: update doc in __init__.py
This commit is contained in:
parent
4a11c320f7
commit
5e8e2faf5d
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user