summaryrefslogtreecommitdiff
path: root/darcsver-1.6.3.egg/darcsver/__init__.py
blob: 3421c135fde155557a6425dfe13b105a4b1b7807 (plain)
1
2
3
4
5
6
7
8
__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