~zulcss/python-cinderclient/python-cinderclient-cloud-g2

« back to all changes in this revision

Viewing changes to cinderclient/v1/volume_snapshots.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2012-10-01 12:05:26 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121001120526-2yuh9biiloo13zu0
Tags: 1:1.0.0-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/patches/fix-pep8-errors.patch: Dropped dont run 
  pep8 tests. 

[ Adam Gandelman ]
* debian/control: Drop 'Provides: ${python:Provides}'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
Volume snapshot interface (1.1 extension).
18
18
"""
19
19
 
 
20
import urllib
20
21
from cinderclient import base
21
22
 
22
23