Fix the wrong input package of pbr of cloudkittyclient

The cloudkittyclient cannot work because wrong package name was
inputed to pbr.version.VersionInfo() method.

Change-Id: Iff65bf5b2efd50b0dd29070b89ac5a607d0ecfcb
Closes-Bug: #1448406
This commit is contained in:
liu-sheng 2015-04-25 17:36:31 +08:00
parent fff7eefa00
commit 7979bac358

View File

@ -17,4 +17,4 @@ import pbr.version
__version__ = pbr.version.VersionInfo(
'cloudkittyclient').version_string()
'python-cloudkittyclient').version_string()