targets/LPC/__init__.py
changeset 648 73295e742da2
parent 600 310455d73131
child 691 bb340874f09e
--- a/targets/LPC/__init__.py	Tue Nov 22 02:07:00 2011 +0100
+++ b/targets/LPC/__init__.py	Mon Nov 28 13:46:48 2011 +0100
@@ -1,6 +1,6 @@
 import os
 from subprocess import Popen,PIPE
-from .. import toolchain_makefile
+from ..toolchain_makefile import toolchain_makefile
 import hashlib
 
 class LPC_target(toolchain_makefile):