diff -r 13dee9322beb -r bf9d93a06a18 etherlab/extension.py --- /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)) +