From 2197504226e266858256a5ae69bd8d8d8b886de2 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 11 Jan 2007 06:24:07 +0000 Subject: [PATCH] - remove unnecessary slice attribute imports --- PLC/Methods/GetPeerData.py | 2 -- 1 file changed, 2 deletions(-) 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): -- 2.43.0