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:
parent
8fb2cac2e6
commit
f611530e96
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user