From 002a2f5c84731b49c88089a5edbea2935d60c826 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 7 Feb 2007 03:25:09 +0000 Subject: [PATCH] merge changes from head --- PLC/Methods/GetSlices.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.43.0