| Index: chrome/common/extensions/docs/server2/app_yaml_helper.py
|
| diff --git a/chrome/common/extensions/docs/server2/app_yaml_helper.py b/chrome/common/extensions/docs/server2/app_yaml_helper.py
|
| index 6dcc15664574ba09304f60b3c704928747bf430f..d0106be45dd0a4e35f0afbafcb0a4ce56e967366 100644
|
| --- a/chrome/common/extensions/docs/server2/app_yaml_helper.py
|
| +++ b/chrome/common/extensions/docs/server2/app_yaml_helper.py
|
| @@ -20,7 +20,7 @@ class AppYamlHelper(object):
|
| def GetHostFileSystemForRevision(self, revision):
|
| '''Revision may not be None.
|
| '''
|
| - raise NotImplementedError()
|
| + raise NotImplementedError(self.__class__)
|
|
|
| def __init__(self,
|
| app_yaml_path,
|
|
|