diff -r 51f5a3138405 -r 4f6d393cb36e LPCtarget/__init__.py --- a/LPCtarget/__init__.py Sun May 20 11:29:35 2012 +0200 +++ b/LPCtarget/__init__.py Sun May 20 14:57:52 2012 +0200 @@ -1,6 +1,6 @@ import os from subprocess import Popen,PIPE -from targets.toolchain_makefile import toolchain_makefile +from toolchain_makefile import toolchain_makefile import hashlib class LPC_target(toolchain_makefile):