changeset 32 | 6942b30d13c4 |
parent 30 | 9cd6bc93ed89 |
child 35 | cb9da964a178 |
--- a/LPCManager.py Tue Mar 19 23:19:43 2013 +0100 +++ b/LPCManager.py Wed Mar 20 23:48:14 2013 +0100 @@ -77,7 +77,9 @@ def GetLibraryPath(self): return os.path.join(_base_path, "pous.xml") -features.libraries=[('LPC', lambda: PLCLibrary)] +features.libraries=[ + ('Native', 'NativeLib.NativeLibrary'), + ('LPC', lambda: PLCLibrary)] import connectors