diff options
Diffstat (limited to 'openstackclient/__init__.py')
| -rw-r--r-- | openstackclient/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/__init__.py b/openstackclient/__init__.py index 89deee32..e6e7f7c0 100644 --- a/openstackclient/__init__.py +++ b/openstackclient/__init__.py @@ -11,10 +11,10 @@ # under the License. # -__all__ = ['__version__'] - import pbr.version +__all__ = ['__version__'] + version_info = pbr.version.VersionInfo('python-openstackclient') try: __version__ = version_info.version_string() |
