summaryrefslogtreecommitdiff
path: root/setuptools_darcs-1.2.11-py2.6.egg/setuptools_darcs/__init__.py
blob: 03549d3e923e1d5c98e1ade3da058531ddaad7e7 (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 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