Revision 24ff0a35 kamaki/clients/quotaholder/api/quotaholder.py

b/kamaki/clients/quotaholder/api/quotaholder.py
107 107

  
108 108
class QuotaholderAPI(Specificator):
109 109

  
110
    def create_entity(
111
        self,
112
        context=Context,
113
        create_entity=ListOf(Entity, Owner, Key, OwnerKey,
114
        nonempty=1)
115
    ):
110
    def create_entity(self, context=Context, create_entity=ListOf(
111
            Entity, Owner, Key, OwnerKey, nonempty=1)):
116 112
        rejected = ListOf(Index)
117 113
        return rejected
118 114

  

Also available in: Unified diff