X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Faccessors;fp=plc.d%2Faccessors;h=0000000000000000000000000000000000000000;hb=41b097a10c1ac6dcd493b030d33194003369bdf1;hp=31731cf2487cc3b0206362095020a79d503e639e;hpb=b3a391490764be17194820147b1cf47fff17b69a;p=plcapi.git diff --git a/plc.d/accessors b/plc.d/accessors deleted file mode 100755 index 31731cf..0000000 --- a/plc.d/accessors +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/plcsh -# -*- python -*- - -# -# priority: 901 -# - -from PLC.Accessor import AccessorSingleton - -if __name__ == '__main__': - print "service plc start accessors : ensuring creation and consistency of accessor tags" - AccessorSingleton(api).run_all_tag_locators() -