LPCtarget/__init__.py
changeset 56 a4bc15ac7998
parent 54 eb068364ccfa
equal deleted inserted replaced
55:0be064739434 56:a4bc15ac7998
     1 import os
     1 import os, sys
     2 from subprocess import Popen,PIPE
     2 from subprocess import Popen,PIPE
     3 from toolchain_makefile import toolchain_makefile
     3 from toolchain_makefile import toolchain_makefile
     4 import hashlib
     4 import hashlib
     5 
     5 
     6 class LPC_target(toolchain_makefile):
     6 class LPC_target(toolchain_makefile):