lpcmanager

Parents 4694d1ce60de
Children 60d6bf2cdf6f
Re-add beremiz' vanilla wxGlade HMI support until cusdomized wxGlade is usable
--- a/LPCExtension.py Fri Jun 08 11:02:35 2018 +0200
+++ b/LPCExtension.py Wed Jun 13 13:43:04 2018 +0200
@@ -34,7 +34,7 @@
_oldcatalog = features.catalog
catalog_index = dict(zip(zip(*_oldcatalog)[0],_oldcatalog))
wanted_beremiz_features = [catalog_index[feature]
- for feature in ["c_ext", "py_ext"]]
+ for feature in ["c_ext", "py_ext", "wxglade_hmi"]]
features.catalog = wanted_beremiz_features + [
('bacnet', _('Bacnet support'), _('Map located variables over Bacnet'), 'LPCBACnet.RootClass'),
('modbus', _('Modbus'), _('Map located variables over Modbus'), 'LPCModbus.RootClass'),