armada/armada/__init__.py
Tin Lam b61f3ebf95 fix(init): remove duplicated version code
The __init__.py is loading the exact copy of version.py [0]. User should
be using the version.py code rather than having the version information
be part of the module's __init__. This patch set fixes this duplication.

[0] https://github.com/openstack/airship-armada/blob/master/armada/version.py

Change-Id: I5143c1ad094d5373066ff8e1a2f5bc1d5b3255e4
Signed-off-by: Tin Lam <tin@irrational.io>
2018-05-28 05:52:58 -05:00

0 lines
Python