cli: rename version to common

The idea is to refactor and put common code in common module

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-11-19 05:19:09 +05:30
parent 88180fc139
commit 7f08c9db57
2 changed files with 1 additions and 2 deletions

View File

@ -16,6 +16,6 @@
# under the License.
try:
from version import __version__
from common import __version__
except ImportError, e:
print e

View File

@ -19,4 +19,3 @@
# <cli major version>.<cloudstack minor version>.<cloudstack major version>
# Example: For CloudStack 4.1.x, CLI version should be 0.1.4
__version__ = "0.0.4"