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

Unified Diff: src/platform/dev/buildutil.py

Issue 1141001: adds Devserver support for statically serving versioned updates. (Closed)
Patch Set: recommit as workaround for odd git merge behavior Created 10 years, 9 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 | « src/platform/dev/autoupdate.py ('k') | src/platform/dev/devserver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/dev/buildutil.py
diff --git a/src/platform/dev/buildutil.py b/src/platform/dev/buildutil.py
index 66d3630fb68a6386a2579dc9090a00ce1bbeb4bd..3700ef38ff0e8863054ed794a8c96f7863e235f6 100644
--- a/src/platform/dev/buildutil.py
+++ b/src/platform/dev/buildutil.py
@@ -7,7 +7,7 @@ import web
from datetime import datetime
import time
-class BuildObject:
+class BuildObject(object):
"""
Common base class that defines key paths in the source tree.
"""
« no previous file with comments | « src/platform/dev/autoupdate.py ('k') | src/platform/dev/devserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698