Fixed pbr version string error

A typo error like this tortured me for 4 hours ... sigh
This commit is contained in:
tengqm 2015-01-19 20:52:49 +08:00
parent 5893c23096
commit 88506257fa
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
import pbr.version
__version__ = pbr.version.VersionInfo('python-senlinlient').version_string()
__version__ = pbr.version.VersionInfo('python-senlinclient').version_string()