summaryrefslogtreecommitdiff
path: root/troveclient/__init__.py
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 23:04:46 +0800
committerZhijunWei <wzj334965317@outlook.com>2019-01-02 23:57:05 +0800
commit463eab47e4d47cb306333b705247d4bd37f12651 (patch)
treed1954f94f07ed4ffff53c7f1104ee318c4870505 /troveclient/__init__.py
parentb4a38cdcc8eafda98f3b631e939174c756ead07a (diff)
downloadpython-troveclient-463eab47e4d47cb306333b705247d4bd37f12651.tar.gz
Update hacking version
1. update hacking version to latest 2. fix pep8 failed Change-Id: I49a6d46466b06bd56bed1f15632c9c80ef539b38
Diffstat (limited to 'troveclient/__init__.py')
-rw-r--r--troveclient/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/troveclient/__init__.py b/troveclient/__init__.py
index a470d7b..b78de9d 100644
--- a/troveclient/__init__.py
+++ b/troveclient/__init__.py
@@ -14,10 +14,10 @@
# License for the specific language governing permissions and limitations
# under the License.
-__all__ = ['__version__']
-
import pbr.version
+__all__ = ['__version__']
+
version_info = pbr.version.VersionInfo('python-troveclient')
# We have a circular import problem when we first run python setup.py sdist
# It's harmless, so deflect it.