[pypy-svn] r2710 - pypy/trunk/src/pypy/tool

sschwarzer at codespeak.net sschwarzer at codespeak.net
Wed Dec 31 21:55:39 CET 2003


Author: sschwarzer
Date: Wed Dec 31 21:55:38 2003
New Revision: 2710

Modified:
   pypy/trunk/src/pypy/tool/newtest.py
Log:
Removed the dummy module, it's no longer needed.


Modified: pypy/trunk/src/pypy/tool/newtest.py
==============================================================================
--- pypy/trunk/src/pypy/tool/newtest.py	(original)
+++ pypy/trunk/src/pypy/tool/newtest.py	Wed Dec 31 21:55:38 2003
@@ -67,7 +67,6 @@
 
 import cStringIO as StringIO
 import inspect
-import new
 import os
 import sys
 import traceback
@@ -270,8 +269,6 @@
 #
 # other classes
 #
-_dummy_module = new.module('<dummy_module>')
-
 class TestItem:
     """
     Represent either a test function, or a single test method from a


More information about the Pypy-commit mailing list