Mercurial > lcfOS
diff test/testc3.py @ 342:86b02c98a717 devel
Moved target directory
author | Windel Bouwman |
---|---|
date | Sat, 01 Mar 2014 15:40:31 +0100 |
parents | 04cf4d26a3bc |
children | b8ad45b3a573 |
line wrap: on
line diff
--- a/test/testc3.py Fri Feb 28 18:07:14 2014 +0100 +++ b/test/testc3.py Sat Mar 01 15:40:31 2014 +0100 @@ -1,8 +1,8 @@ -from ppci.c3 import Builder, Lexer -from target import SimpleTarget -import ppci import unittest import io +from ppci.c3 import Builder, Lexer +from ppci.target import SimpleTarget +import ppci class testLexer(unittest.TestCase):