Index: tools/grit/grit/node/structure.py |
diff --git a/tools/grit/grit/node/structure.py b/tools/grit/grit/node/structure.py |
index 95eac764f3cdbc0e3094d3309ae3ab20edd6411b..ba203f661313bc7260e20bb10243e5f7bec94bdd 100644 |
--- a/tools/grit/grit/node/structure.py |
+++ b/tools/grit/grit/node/structure.py |
@@ -21,6 +21,7 @@ import grit.gather.tr_html |
import grit.gather.admin_template |
import grit.gather.txt |
import grit.gather.muppet_strings |
+import grit.gather.policy_json |
import grit.format.rc |
import grit.format.rc_header |
@@ -45,7 +46,7 @@ _GATHERERS = { |
'tr_html' : grit.gather.tr_html.TrHtml, |
'txt' : grit.gather.txt.TxtFile, |
'version' : grit.gather.rc.Version, |
- 'policy_template_metafile' : grit.gather.json_loader.JsonLoader, |
+ 'policy_template_metafile' : grit.gather.policy_json.PolicyJson, |
} |