changeset 165:1c24bb7aebac

Don't import the summarizers module explicitly, rather declare the module from the egg's `trac_plugin.txt` file.
author cmlenz
date Sun, 28 Aug 2005 12:06:45 +0000
parents a9cddfae3c09
children 60af98d66f11
files bitten.egg-info/trac_plugin.txt bitten/trac_ext/web_ui.py
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten.egg-info/trac_plugin.txt
+++ b/bitten.egg-info/trac_plugin.txt
@@ -1,2 +1,3 @@
 bitten.trac_ext.main
+bitten.trac_ext.summarizers
 bitten.trac_ext.web_ui
--- a/bitten/trac_ext/web_ui.py
+++ b/bitten/trac_ext/web_ui.py
@@ -21,7 +21,6 @@
 from bitten.model import BuildConfig, TargetPlatform, Build, BuildStep, BuildLog
 from bitten.store import ReportStore
 from bitten.trac_ext.api import ILogFormatter, IReportSummarizer
-from bitten.trac_ext.summarizers import *
 
 _status_label = {Build.IN_PROGRESS: 'in progress',
                  Build.SUCCESS: 'completed',
Copyright (C) 2012-2017 Edgewall Software