From 952df22cd4b2c0b8b1f3363fbceee08a774240f0 Mon Sep 17 00:00:00 2001 From: "ccooper%deadsquid.com" Date: Mon, 5 Jan 2009 22:50:03 +0000 Subject: [PATCH] b=464165 - bustage fix for L10nMixin class initialization git-svn-id: svn://10.0.0.236/trunk@255719 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/buildbotcustom/l10n/scheduler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/tools/buildbotcustom/l10n/scheduler.py b/mozilla/tools/buildbotcustom/l10n/scheduler.py index ab7ad049006..3fc716e38d5 100644 --- a/mozilla/tools/buildbotcustom/l10n/scheduler.py +++ b/mozilla/tools/buildbotcustom/l10n/scheduler.py @@ -47,6 +47,7 @@ class L10nMixin(object): locales = None): self.scheduler = scheduler self.repoType = repoType + self.cvsRoot = cvsRoot # set a default localesURL accordingly to the repoType if none has been set if repoType.find('hg') >= 0: if not localesFile: