From: Mark Huang Date: Wed, 7 Feb 2007 03:19:40 +0000 (+0000) Subject: - import Site, Sites X-Git-Tag: PLCAPI-4.2-0~215 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=28123352d75d2a6657073d79ceed47659e63158a;p=plcapi.git - import Site, Sites --- diff --git a/PLC/Methods/GetSlices.py b/PLC/Methods/GetSlices.py index 61f61c04..9bd90173 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):