- remove unnecessary slice attribute imports
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 11 Jan 2007 06:24:07 +0000 (06:24 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 11 Jan 2007 06:24:07 +0000 (06:24 +0000)
PLC/Methods/GetPeerData.py

index 08ed4bc..7258384 100644 (file)
@@ -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.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):
 from PLC.Slices import Slice, Slices
 
 class GetPeerData(Method):