[jhbuild/desktop-testing: 3/6] [ldtp] Fix typo calling get_ldtp_helper



commit 6c8a860887f0ad77195271613213101a7b4bfb4a
Author: John Carr <john carr unrouted co uk>
Date:   Tue May 19 11:02:25 2009 +0100

    [ldtp] Fix typo calling get_ldtp_helper
---
 jhbuild/modtypes/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jhbuild/modtypes/__init__.py b/jhbuild/modtypes/__init__.py
index 4893710..a722612 100644
--- a/jhbuild/modtypes/__init__.py
+++ b/jhbuild/modtypes/__init__.py
@@ -287,7 +287,7 @@ class MetaModule(Package):
 def parse_metamodule(node, config, url, repos, default_repo):
     id = node.getAttribute('id')
     dependencies, after, suggests = get_dependencies(node)
-    ldtp = get_ltp_helper(node)
+    ldtp = get_ldtp_helper(node)
     return MetaModule(id, dependencies=dependencies, after=after, suggests=suggests, ldtp=ldtp)
 register_module_type('metamodule', parse_metamodule)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]