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

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

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
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/plist_helper.py
===================================================================
--- grit/format/policy_templates/writers/plist_helper.py (revision 202)
+++ grit/format/policy_templates/writers/plist_helper.py (working copy)
@@ -1,15 +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.
-
-
-'''Common functions for plist_writer and plist_strings_writer.
-'''
-
-
-def GetPlistFriendlyName(name):
- '''Transforms a string so that it will be suitable for use as
- a pfm_name in the plist manifest file.
- '''
- return name.replace(' ', '_')
« no previous file with comments | « grit/format/policy_templates/writers/mock_writer.py ('k') | grit/format/policy_templates/writers/plist_strings_writer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698