| 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.
|
| '''
|
|
|