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

Unified Diff: tools/grit/grit/exception.py

Issue 2923103002: Allow GRD reader to process a custom GRDP file stored in a folder different from its parent GRD fil… (Closed)
Patch Set: Correct author name typo Created 3 years, 6 months 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
« no previous file with comments | « AUTHORS ('k') | tools/grit/grit/grd_reader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/exception.py
diff --git a/tools/grit/grit/exception.py b/tools/grit/grit/exception.py
index 905046a81db083a29eeb67fbd1dca64b89944d09..d30d782330ece96a3807adfbf2d17f912b25e67e 100755
--- a/tools/grit/grit/exception.py
+++ b/tools/grit/grit/exception.py
@@ -68,13 +68,6 @@ class TooManyExamples(Parsing):
pass
-class GotPathExpectedFilenameOnly(Parsing):
- '''The 'filename' attribute of <output> and the 'file' attribute of <part>
- must be bare filenames, not paths.
- '''
- pass
-
-
class FileNotFound(Parsing):
'''The resource file was not found.
'''
« no previous file with comments | « AUTHORS ('k') | tools/grit/grit/grd_reader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698