From: Mark Huang Date: Thu, 11 Jan 2007 06:24:07 +0000 (+0000) Subject: - remove unnecessary slice attribute imports X-Git-Tag: pycurl-7_13_1~121 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2197504226e266858256a5ae69bd8d8d8b886de2;p=plcapi.git - remove unnecessary slice attribute imports --- diff --git a/PLC/Methods/GetPeerData.py b/PLC/Methods/GetPeerData.py index 08ed4bc..7258384 100644 --- a/PLC/Methods/GetPeerData.py +++ b/PLC/Methods/GetPeerData.py @@ -15,8 +15,6 @@ from PLC.Sites import Site, Sites from PLC.Keys import Key, Keys from PLC.Nodes import Node, Nodes from PLC.Persons import Person, Persons -from PLC.SliceAttributeTypes import SliceAttributeType, SliceAttributeTypes -from PLC.SliceAttributes import SliceAttribute, SliceAttributes from PLC.Slices import Slice, Slices class GetPeerData(Method):