[pypy-svn] r38134 - pypy/dist/pypy

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Feb 8 09:48:29 CET 2007


Author: cfbolz
Date: Thu Feb  8 09:48:27 2007
New Revision: 38134

Modified:
   pypy/dist/pypy/conftest.py
Log:
hm, actually I wanted newdict here. don't check things in when tired.


Modified: pypy/dist/pypy/conftest.py
==============================================================================
--- pypy/dist/pypy/conftest.py	(original)
+++ pypy/dist/pypy/conftest.py	Thu Feb  8 09:48:27 2007
@@ -93,7 +93,7 @@
     def is_true(self, obj):
         return bool(obj)
 
-    def newlist(self):
+    def newdict(self):
         return {}
 
 



More information about the Pypy-commit mailing list