Add ability to get version information in python

* A user can access glanceclient.__version__ to get a string
  representing the version of the installed library.
* Add openstack-common's 'version' module.

Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
This commit is contained in:
Monty Taylor
2012-07-11 11:08:58 -05:00
committed by Brian Waldon
parent c315c5274f
commit a814c15465
5 changed files with 191 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[DEFAULT]
# The list of modules to copy from openstack-common
modules=setup,importutils
modules=setup,importutils,version
# The base module to hold the copy of openstack.common
base=glanceclient