summaryrefslogtreecommitdiff
path: root/troveclient/__init__.py
diff options
context:
space:
mode:
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.