diff test/testgraph.py @ 342:86b02c98a717 devel

Moved target directory
author Windel Bouwman
date Sat, 01 Mar 2014 15:40:31 +0100
parents b00219172a42
children
line wrap: on
line diff
--- a/test/testgraph.py	Fri Feb 28 18:07:14 2014 +0100
+++ b/test/testgraph.py	Sat Mar 01 15:40:31 2014 +0100
@@ -6,7 +6,7 @@
 from ppci.codegen.flowgraph import FlowGraph
 from ppci import ir
 from ppci.irmach import AbstractInstruction as AI
-from target import Nop
+from ppci.target import Nop
 
 
 class GraphTestCase(unittest.TestCase):