diff -r b0b7bd288b6e -r 5726f2bbdace etherlab/extension.py --- /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)) +