fix import error
[plcapi.git] / PLC / Slices.py
index 928cbd2..beb0b7f 100644 (file)
@@ -6,6 +6,7 @@ from datetime import datetime, timedelta
 from PLC.Faults import *
 from PLC.Parameter import Parameter, Mixed
 from PLC.Debug import profile
+from PLC.Roles import Role, Roles
 from PLC.Nodes import Node
 from PLC.Persons import Person, Persons
 from PLC.SlicePersons import SlicePerson, SlicePersons