[pypy-svn] r73637 - in pypy/trunk/pypy/rpython/lltypesystem: . test

benjamin at codespeak.net benjamin at codespeak.net
Sun Apr 11 05:12:47 CEST 2010


Author: benjamin
Date: Sun Apr 11 05:12:46 2010
New Revision: 73637

Modified:
   pypy/trunk/pypy/rpython/lltypesystem/lltype.py
   pypy/trunk/pypy/rpython/lltypesystem/test/test_lltype.py
Log:
remove unused log

Modified: pypy/trunk/pypy/rpython/lltypesystem/lltype.py
==============================================================================
--- pypy/trunk/pypy/rpython/lltypesystem/lltype.py	(original)
+++ pypy/trunk/pypy/rpython/lltypesystem/lltype.py	Sun Apr 11 05:12:46 2010
@@ -1,4 +1,3 @@
-import py
 from pypy.rlib.rarithmetic import (r_int, r_uint, intmask, r_singlefloat,
                                    r_ulonglong, r_longlong, base_int,
                                    normalizedinttype)
@@ -11,8 +10,6 @@
 import struct
 import weakref
 
-log = py.log.Producer('lltype')
-
 TLS = tlsobject()
 
 class _uninitialized(object):

Modified: pypy/trunk/pypy/rpython/lltypesystem/test/test_lltype.py
==============================================================================
--- pypy/trunk/pypy/rpython/lltypesystem/test/test_lltype.py	(original)
+++ pypy/trunk/pypy/rpython/lltypesystem/test/test_lltype.py	Sun Apr 11 05:12:46 2010
@@ -1,3 +1,4 @@
+import py
 from pypy.rpython.lltypesystem.lltype import *
 from pypy.lib.identity_dict import identity_dict
 



More information about the Pypy-commit mailing list