Skip to content

Commit

Permalink
Migrate to pbr.
Browse files Browse the repository at this point in the history
Fixes bug 1179007.

Change-Id: I99d571bbf37ef53366a96de088c249cb6fd23b0e
  • Loading branch information
emonty committed May 18, 2013
1 parent ca17541 commit 4f9d4d0
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 510 deletions.
6 changes: 2 additions & 4 deletions glanceclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
import warnings
warnings.warn("Could not import glanceclient.client", ImportWarning)

from glanceclient.openstack.common import version as common_version
import pbr.version

#__version__ = common_version.VersionInfo('python-glanceclient')

version_info = common_version.VersionInfo('python-glanceclient')
version_info = pbr.version.VersionInfo('python-glanceclient')

try:
__version__ = version_info.version_string()
Expand Down
367 changes: 0 additions & 367 deletions glanceclient/openstack/common/setup.py

This file was deleted.

Loading

0 comments on commit 4f9d4d0

Please sign in to comment.