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

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

Issue 14218004: Devserver: only populate data during cron jobs, meaning all data from instances (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix integration test Created 7 years, 8 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/subversion_file_system.py
diff --git a/chrome/common/extensions/docs/server2/subversion_file_system.py b/chrome/common/extensions/docs/server2/subversion_file_system.py
index 2dabc17cc5a94689214c5d2033fa2427aa95903f..fc0a433255801954e1be8955683106bdf95d25be 100644
--- a/chrome/common/extensions/docs/server2/subversion_file_system.py
+++ b/chrome/common/extensions/docs/server2/subversion_file_system.py
@@ -134,5 +134,6 @@ class SubversionFileSystem(FileSystem):
stat_info.version = stat_info.child_versions[filename]
return stat_info
- def GetVersion(self):
+ @classmethod
+ def GetVersion(cls):
return _VERSION

Powered by Google App Engine
This is Rietveld 408576698