From: Mark Huang Date: Wed, 7 Feb 2007 03:25:09 +0000 (+0000) Subject: merge changes from head X-Git-Tag: planetlab-4_0-rc1~4 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=002a2f5c84731b49c88089a5edbea2935d60c826 merge changes from head --- diff --git a/PLC/Methods/GetSlices.py b/PLC/Methods/GetSlices.py index 61f61c0..9bd9017 100644 --- a/PLC/Methods/GetSlices.py +++ b/PLC/Methods/GetSlices.py @@ -3,6 +3,7 @@ from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter from PLC.Auth import Auth from PLC.Persons import Person, Persons +from PLC.Sites import Site, Sites from PLC.Slices import Slice, Slices class GetSlices(Method):