From 89d0f7665c4cd48090de5b3141bb596d03bd030c Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 16 Jul 2010 09:48:38 +0000 Subject: [PATCH] Ubreak computation of main target requirements. [SVN r64068] --- v2/build/targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/build/targets.py b/v2/build/targets.py index 8d41ca352..2bcf8f1d0 100644 --- a/v2/build/targets.py +++ b/v2/build/targets.py @@ -146,7 +146,7 @@ class TargetRegistry: requirements = property_set.refine_from_user_input( project.get("requirements"), specification, - project.project_module, project.get("location")) + project.project_module(), project.get("location")) return requirements