summaryrefslogtreecommitdiffstats
path: root/chromium/components/policy/tools/template_writers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/policy/tools/template_writers/__init__.py')
-rwxr-xr-xchromium/components/policy/tools/template_writers/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/components/policy/tools/template_writers/__init__.py b/chromium/components/policy/tools/template_writers/__init__.py
new file mode 100755
index 00000000000..abc93655ae4
--- /dev/null
+++ b/chromium/components/policy/tools/template_writers/__init__.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python3
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+'''Module template_writers
+'''
+
+pass