From 09dfc36855f8f0045680c6c64d461034cdcf98b3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 2 Oct 2006 15:37:00 +0000 Subject: [PATCH] - import SliceInstantiations --- PLC/Slices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PLC/Slices.py b/PLC/Slices.py index 82e32afd..2223c202 100644 --- a/PLC/Slices.py +++ b/PLC/Slices.py @@ -5,6 +5,7 @@ from PLC.Faults import * from PLC.Parameter import Parameter from PLC.Debug import profile from PLC.Table import Row, Table +from PLC.SliceInstantiations import SliceInstantiations import PLC.Persons class Slice(Row): -- 2.47.0