lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed closing of IDE frame leading to exception.
revamp
2018-02-13, Edouard Tisserant
14b468ab23c2
Fixed closing of IDE frame leading to exception.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_module = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_module = ['MC9']
PLC_module = PLC_MC9_module + PLC_GOT_module
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch