Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository.

Change-Id: I0ad13d2cfdf245c4106bad751f1f74c9e6f3e6f6
This commit is contained in:
Stan Lagun 2013-07-30 09:56:19 +04:00
parent 8fb2cac2e6
commit f611530e96

View File

@ -13,8 +13,8 @@
# under the License. # under the License.
import gettext import gettext
gettext.install('conductor', './conductor/locale', unicode=1) gettext.install('muranoconductor', './muranoconductor/locale', unicode=1)
from pbr import version from pbr import version
__version_info = version.VersionInfo('conductor') __version_info = version.VersionInfo('murano-conductor')
__version__ = __version_info.cached_version_string() __version__ = __version_info.cached_version_string()