[py-svn] r7781 - py/dist/py/test

hpk at codespeak.net hpk at codespeak.net
Wed Dec 8 22:47:02 CET 2004


Author: hpk
Date: Wed Dec  8 22:47:02 2004
New Revision: 7781

Modified:
   py/dist/py/test/item.py
Log:
removed obsolete code


Modified: py/dist/py/test/item.py
==============================================================================
--- py/dist/py/test/item.py	(original)
+++ py/dist/py/test/item.py	Wed Dec  8 22:47:02 2004
@@ -3,9 +3,6 @@
 # Basic Test Item 
 # ----------------------------------------------
 class Item(object):
-    _setupcache = []
-    _lastinstance = None
-
     def __init__(self, extpy, *args): 
         self.extpy = extpy
         self.name = extpy.basename 



More information about the pytest-commit mailing list