Fresco/Fresco-Test/syunit syn2cc.py,1.4,1.5
Tobias Hunger <[email protected]> Thu, 13 May 2004 16:03:17 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit In directory frida:/tmp/cvs-serv16435 Modified Files: syn2cc.py Log Message: Minimal change to make syn2cc work with synopsis 0.6. Index: syn2cc.py =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/syunit/syn2cc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- syn2cc.py 2 Apr 2003 22:46:14 -0000 1.4 +++ syn2cc.py 13 May 2004 16:03:13 -0000 1.5 @@ -17,7 +17,7 @@ # of stuff -- tag extraction, dependency checking, etc.), and then modules # that use this generate language- and build-system-specific harnesses. -from Synopsis.Core import AST +from Synopsis import AST import output # our local copy of omniidl.output ExpandingStream = output.Stream ExpandingStringStream = output.StringStream