hopefully more robust, as we've seen this file to be interpreted by bash on PLE
[plcapi.git] / plc.d / accessors
1 #!/usr/bin/python /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 "service plc start accessors : ensuring creation and consistency of accessor tags"
12     AccessorSingleton(api).run_all_tag_locators()
13