aboutsummaryrefslogtreecommitdiff
path: root/Def.dcl
diff options
context:
space:
mode:
authorCamil Staps2016-07-01 09:11:02 +0200
committerCamil Staps2016-07-01 09:11:02 +0200
commit55e6cadc298beda9d079d99147b3cb0f50ce25ec (patch)
treedd28e78845843d2dff7d2b3daa2b60f5520e8b7e /Def.dcl
parentFixes (diff)
Printing
Diffstat (limited to 'Def.dcl')
-rw-r--r--Def.dcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Def.dcl b/Def.dcl
index 9249ab0..db2c0c0 100644
--- a/Def.dcl
+++ b/Def.dcl
@@ -3,8 +3,7 @@ definition module ABC.Def
from ABC.AStack import ::AStack
from ABC.BStack import ::BStack
from ABC.CStack import ::CStack
-from ABC.GraphStore import ::GraphStore
-from ABC.Descriptors import ::DescStore
+from ABC.GraphStore import ::GraphStore, ::DescStore
from ABC.Program import ::ProgramStore
from ABC.IO import ::IO