- fix typo
authorTony Mack <tmack@cs.princeton.edu>
Tue, 16 Jan 2007 22:59:38 +0000 (22:59 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 16 Jan 2007 22:59:38 +0000 (22:59 +0000)
PLC/Methods/SliceListUserSlices.py

index 43aface..47c9027 100644 (file)
@@ -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]