Skip to content

Commit

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

Change-Id: I66b78ec4b5ba70a1bf1e375a5d1b7575a1879730
  • Loading branch information
emonty committed May 20, 2013
1 parent 24b4039 commit aa28083
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 510 deletions.
6 changes: 4 additions & 2 deletions cinderclient/__init__.py
Expand Up @@ -14,9 +14,11 @@
# License for the specific language governing permissions and limitations
# under the License.

from cinderclient.openstack.common import version
__all__ = ['__version__']

version_info = version.VersionInfo('python-cinderclient')
import pbr.version

version_info = pbr.version.VersionInfo('python-cinderclient')
# We have a circular import problem when we first run python setup.py sdist
# It's harmless, so deflect it.
try:
Expand Down
367 changes: 0 additions & 367 deletions cinderclient/openstack/common/setup.py

This file was deleted.

0 comments on commit aa28083

Please sign in to comment.