new step 'accessors' in the 'service plc start'
[plcapi.git] / plc.d / accessors
1 #!/usr/bin/plcsh
2 # -*- python -*-
3
4 #
5 # priority: 901
6 #
7
8 from PLC.Accessor import AccessorSingleton
9
10 if __name__ == '__main__':
11     print "Ensuring creationg of accessor tags"
12     print 'api=%r'%api
13     AccessorSingleton(api).run_all_tag_locators()
14