oops
[plcapi.git] / PLC / Peers.py
index 582cdb0..729fd71 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 #
 # Thierry Parmentelat - INRIA
 # 
@@ -17,7 +18,7 @@ from PLC.Persons import Person, Persons
 from PLC.Keys import Key, Keys
 from PLC.Nodes import Node, Nodes
 from PLC.TagTypes import TagType, TagTypes
-from PLC.SliceAttributes import SliceAttribute, SliceAttributes
+from PLC.SliceTags import SliceTag, SliceTags
 from PLC.Slices import Slice, Slices
 
 class Peer(Row):