You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by aj...@apache.org on 2004/10/05 18:35:10 UTC

svn commit: rev 53807 - gump/trunk/python/gump/test

Author: ajack
Date: Tue Oct  5 09:35:04 2004
New Revision: 53807

Modified:
   gump/trunk/python/gump/test/documenter.py
   gump/trunk/python/gump/test/updater.py
Log:
Removed obsolete (and hence incorrect) references to  gump.stats.statsdb,
and Gump running Gump's unit tests found this (in a clean environment). :-)

Modified: gump/trunk/python/gump/test/documenter.py
==============================================================================
--- gump/trunk/python/gump/test/documenter.py	(original)
+++ gump/trunk/python/gump/test/documenter.py	Tue Oct  5 09:35:04 2004
@@ -26,7 +26,6 @@
 from gump.document.documenter import Documenter
 from gump.document.text.documenter import TextDocumenter
 from gump.document.xdocs.documenter import XDocDocumenter
-from gump.stats.statsdb import *
 from gump.test import getWorkedTestRun
 from gump.test.pyunit import UnitTestSuite
 

Modified: gump/trunk/python/gump/test/updater.py
==============================================================================
--- gump/trunk/python/gump/test/updater.py	(original)
+++ gump/trunk/python/gump/test/updater.py	Tue Oct  5 09:35:04 2004
@@ -23,7 +23,6 @@
 
 from gump import log
 import gump.core.config
-from gump.stats.statsdb import *
 from gump.test import getWorkedTestRun
 from gump.test.pyunit import UnitTestSuite