From 28123352d75d2a6657073d79ceed47659e63158a Mon Sep 17 00:00:00 2001 From: Mark Huang <mlhuang@cs.princeton.edu> Date: Wed, 7 Feb 2007 03:19:40 +0000 Subject: [PATCH] - import Site, Sites --- PLC/Methods/GetSlices.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.47.0