[jhbuild: 6/60] [buildscript] set module_list as an optional arg
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild: 6/60] [buildscript] set module_list as an optional arg
- Date: Sat, 6 Jun 2009 09:48:07 -0400 (EDT)
commit 9032aa6fbcc1cbe0120934dc1809d9a754df34b8
Author: Frédéric Péters <fpeters 0d be>
Date: Sat May 16 20:27:29 2009 +0200
[buildscript] set module_list as an optional arg
---
jhbuild/frontends/buildscript.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jhbuild/frontends/buildscript.py b/jhbuild/frontends/buildscript.py
index a4abc1d..da3b2fc 100644
--- a/jhbuild/frontends/buildscript.py
+++ b/jhbuild/frontends/buildscript.py
@@ -24,7 +24,7 @@ from jhbuild.utils import packagedb
from jhbuild.errors import FatalError, CommandError
class BuildScript:
- def __init__(self, config, module_list):
+ def __init__(self, config, module_list=None):
if self.__class__ is BuildScript:
raise NotImplementedError('BuildScript is an abstract base class')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]