From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Mon, 16 Oct 2006 18:58:29 +0000 (+0000)
Subject: - return the right thing
X-Git-Tag: pycurl-7_13_1~559
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dba7fc1392844cc564be1a6ee0ece7686978aa96;p=plcapi.git

- return the right thing
---

diff --git a/PLC/Methods/GetPCUs.py b/PLC/Methods/GetPCUs.py
index 266d45ff..60aabbb1 100644
--- a/PLC/Methods/GetPCUs.py
+++ b/PLC/Methods/GetPCUs.py
@@ -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