From 4edccb2b3eaaeeb1be6920f5864e47ac3f42249d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Sat, 9 Mar 2013 22:06:15 -0500 Subject: [PATCH] fix import error --- PLC/Slices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PLC/Slices.py b/PLC/Slices.py index 928cbd2d..beb0b7f7 100644 --- a/PLC/Slices.py +++ b/PLC/Slices.py @@ -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 -- 2.47.0