diff options
author | Camil Staps | 2016-07-01 09:11:02 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-01 09:11:02 +0200 |
commit | 55e6cadc298beda9d079d99147b3cb0f50ce25ec (patch) | |
tree | dd28e78845843d2dff7d2b3daa2b60f5520e8b7e /Def.dcl | |
parent | Fixes (diff) |
Printing
Diffstat (limited to 'Def.dcl')
-rw-r--r-- | Def.dcl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |