diff -r edce87412f5a -r 73295e742da2 targets/LPC/__init__.py --- 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):