new step 'accessors' in the 'service plc start'
[plcapi.git] / plc.d / accessors
diff --git a/plc.d/accessors b/plc.d/accessors
new file mode 100755 (executable)
index 0000000..ee13adb
--- /dev/null
@@ -0,0 +1,14 @@
+#!/usr/bin/plcsh
+# -*- python -*-
+
+#
+# priority: 901
+#
+
+from PLC.Accessor import AccessorSingleton
+
+if __name__ == '__main__':
+    print "Ensuring creationg of accessor tags"
+    print 'api=%r'%api
+    AccessorSingleton(api).run_all_tag_locators()
+