]> arthur.barton.de Git - bup.git/blob - lib/bup/version.py
client: fix index-cache location when there's no path
[bup.git] / lib / bup / version.py
1
2 from __future__ import absolute_import
3
4 from bup import _release
5
6 if _release.COMMIT != '$Format:%H$':
7     from bup._release import COMMIT, DATE, NAMES
8 else:
9     from bup._checkout import COMMIT, DATE, NAMES