jhbuild r2148 - in trunk: . jhbuild/commands
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2148 - in trunk: . jhbuild/commands
- Date: Mon, 23 Jun 2008 07:42:47 +0000 (UTC)
Author: fpeters
Date: Mon Jun 23 07:42:47 2008
New Revision: 2148
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2148&view=rev
Log:
* jhbuild/commands/info.py: fixed case insensitiveness patch.
(closes: #538790)
Modified:
trunk/ChangeLog
trunk/jhbuild/commands/info.py
Modified: trunk/jhbuild/commands/info.py
==============================================================================
--- trunk/jhbuild/commands/info.py (original)
+++ trunk/jhbuild/commands/info.py Mon Jun 23 07:42:47 2008
@@ -49,7 +49,7 @@
if args:
for modname in args:
try:
- module = module_set.modules.get_module(modname, ignore_case = True)
+ module = module_set.get_module(modname, ignore_case = True)
except KeyError:
raise FatalError(_('unknown module %s') % modname)
self.show_info(module, packagedb, module_set)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]