]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - darcsver-1.7.1.egg/darcsver/__init__.py
setup: upgrade bundled version of darcsver to 1.7.1 to regain compatibility with...
[tahoe-lafs/tahoe-lafs.git] / darcsver-1.7.1.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