- return the right thing
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 16 Oct 2006 18:58:29 +0000 (18:58 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 16 Oct 2006 18:58:29 +0000 (18:58 +0000)
PLC/Methods/GetPCUs.py

index 266d45f..60aabbb 100644 (file)
@@ -36,4 +36,4 @@ class GetPCUs(Method):
        # turn each pcu into a real dict
        pcus = [dict(pcu.items()) for pcu in pcus]
 
-       return PCUs(self.api, pcu_ids).values()
+       return pcus