lpcmanager

second commit for #2566 merged as a single commit
revamp
2018-08-06, Edouard Tisserant
0d3ddbd8b801
second commit for #2566 merged as a single commit
#!/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