Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: grit/format/policy_templates/writers/mock_writer.py

Issue 1438403002: Remove contents of grit's git-svn-mirror repository. (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: grit/format/policy_templates/writers/mock_writer.py
diff --git a/grit/format/policy_templates/writers/mock_writer.py b/grit/format/policy_templates/writers/mock_writer.py
deleted file mode 100644
index 3db3a5432b9d4344bf213e947b03acf23136aecd..0000000000000000000000000000000000000000
--- a/grit/format/policy_templates/writers/mock_writer.py
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/usr/bin/env python
-# 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.
-
-
-from template_writer import TemplateWriter
-
-
-class MockWriter(TemplateWriter):
- '''Helper class for unit tests in policy_template_generator_unittest.py
- '''
-
- def __init__(self):
- pass
-
- def WritePolicy(self, policy):
- pass
-
- def BeginTemplate(self):
- pass
-
- def GetTemplateText(self):
- pass
-
- def IsPolicySupported(self, policy):
- return True
-
- def Test(self):
- pass
« no previous file with comments | « grit/format/policy_templates/writers/json_writer_unittest.py ('k') | grit/format/policy_templates/writers/plist_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698