~ubuntu-branches/ubuntu/trusty/python-cinderclient/trusty

« back to all changes in this revision

Viewing changes to cinderclient/v1/limits.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-06 15:15:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140306151514-ihbixyaopbhaqdju
Tags: 1:1.0.8-0ubuntu1
* New upstream release.
* debian/patches/fix-search-opts.patch: Dropped no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
            and self.next_available == other.next_available
62
62
 
63
63
    def __repr__(self):
64
 
        return "<RateLimit: method=%s uri=%s>" % (self.method, self.uri)
 
64
        return "<RateLimit: method=%s uri=%s>" % (self.verb, self.uri)
65
65
 
66
66
 
67
67
class AbsoluteLimit(object):