[jhbuild] [info] fix command after mozillamodule removal
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] [info] fix command after mozillamodule removal
- Date: Tue, 5 May 2009 11:46:25 -0400 (EDT)
commit 0c1102a6a539e8a0043a5f9e29a6499c068562ad
Author: Frederic Peters <fpeters 0d be>
Date: Tue May 5 17:45:59 2009 +0200
[info] fix command after mozillamodule removal
---
jhbuild/commands/info.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/jhbuild/commands/info.py b/jhbuild/commands/info.py
index 8a7e1a8..06a7da9 100644
--- a/jhbuild/commands/info.py
+++ b/jhbuild/commands/info.py
@@ -25,8 +25,6 @@ import jhbuild.frontends
from jhbuild.errors import FatalError
from jhbuild.commands import Command, register_command
from jhbuild.modtypes import MetaModule
-from jhbuild.modtypes.autotools import AutogenModule
-from jhbuild.modtypes.mozillamodule import MozillaModule
from jhbuild.versioncontrol.cvs import CVSBranch
from jhbuild.versioncontrol.svn import SubversionBranch
from jhbuild.versioncontrol.arch import ArchBranch
@@ -70,10 +68,6 @@ class cmd_info(Command):
else:
uprint(_('Install-date:'), _('not installed'))
- if isinstance(module, MozillaModule):
- if module.projects:
- uprint(_('Moz-Projects:'), ', '.join(module.projects))
-
if isinstance(module, MetaModule):
pass
elif isinstance(module.branch, CVSBranch):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]