etherlab/extension.py
changeset 2048 5726f2bbdace
child 2086 8e4992e0f147
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etherlab/extension.py	Sun May 20 22:42:37 2012 +0200
@@ -0,0 +1,9 @@
+import features
+
+def GetEtherLabClass():
+    from etherlab import RootClass
+    return RootClass
+
+features.catalog.append(
+    ('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))
+