[jhbuild] give module types access to the configuration object
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] give module types access to the configuration object
- Date: Sun, 3 May 2009 08:22:23 -0400 (EDT)
commit 3edbded1373c6dd0b34a76d2e37e995797a5df95
Author: Frederic Peters <fpeters 0d be>
Date: Sun May 3 13:48:24 2009 +0200
give module types access to the configuration object
---
jhbuild/moduleset.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index 2022698..0625e39 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -401,6 +401,7 @@ def _parse_module_set(config, uri):
if moduleset_name:
module.tags.append(moduleset_name)
module.moduleset_name = moduleset_name
+ module.config = config
moduleset.add(module)
return moduleset
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]