tahoe-lafs/darcsver-1.6.3.egg/darcsver/__init__.py
2010-09-21 00:30:46 -07:00

9 lines
272 B
Python

__version__ = "unknown"
try:
from _version import __version__
except ImportError:
# We're running in a tree that hasn't run darcsver, and didn't come with a
# _version.py, so we don't know what our version is. This should not happen
# very often.
pass