Fixed broken import of version info (bug 902316)

Change-Id: I9efaab46c1fe93dbfc9e9c08c6b79a8c23eb8fd5
This commit is contained in:
Dolph Mathews 2011-12-09 14:04:31 -06:00
parent 057c050506
commit a09a66ce91
1 changed files with 3 additions and 3 deletions

View File

@ -78,11 +78,11 @@ copyright = u'2011-present, OpenStack, LLC.'
# built documents.
#
# The short X.Y version.
from keystone import version as keystone_version
from keystone import version
# The full version, including alpha/beta/rc tags.
release = keystone_version()
release = version.version()
# The short X.Y version.
version = keystone_version()
version = version.canonical_version()
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.