]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - darcsver-1.7.0.egg/darcsver/__init__.py
setup: specify that the version file must go into src/allmydata/_version.py . fixes...
[tahoe-lafs/tahoe-lafs.git] / darcsver-1.7.0.egg / darcsver / __init__.py
1 __version__ = "unknown"
2 try:
3     from _version import __version__
4 except ImportError:
5     # We're running in a tree that hasn't run darcsver, and didn't come with a
6     # _version.py, so we don't know what our version is. This should not happen
7     # very often.
8     pass