etherlab/extension.py
changeset 2052 bf9d93a06a18
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etherlab/extension.py	Mon May 21 09:31:15 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))
+