Merge "Fix typo preventing queue list for v1"

This commit is contained in:
Jenkins 2016-01-26 13:55:29 +00:00 committed by Gerrit Code Review
commit b2d764a0dc

View File

@ -113,7 +113,7 @@ class Client(object):
return iterator._Iterator(self,
queue_list,
'queues',
self.queues_modules.create_object(self))
self.queues_module.create_object(self))
def follow(self, ref):
"""Follows ref.