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

Unified Diff: chrome/common/extensions/docs/server2/app_yaml_helper.py

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better redirects Created 7 years, 7 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
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,

Powered by Google App Engine
This is Rietveld 408576698