From: Tony Mack Date: Tue, 16 Jan 2007 22:59:38 +0000 (+0000) Subject: - fix typo X-Git-Tag: pycurl-7_13_1~78 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bfbd7ab0a157ca63f286836252d143341ca677ec;p=plcapi.git - fix typo --- diff --git a/PLC/Methods/SliceListUserSlices.py b/PLC/Methods/SliceListUserSlices.py index 43aface..47c9027 100644 --- a/PLC/Methods/SliceListUserSlices.py +++ b/PLC/Methods/SliceListUserSlices.py @@ -31,7 +31,7 @@ class SliceListUserSlices(GetSlices, GetPersons): def call(self, auth, email): - persons = GetPersons(self, auth, [email]) + persons = GetPersons.call(self, auth, [email]) if not persons: return [] person = persons[0]