[pypy-commit] pypy ppc-jit-backend: fix imports in test_ppc.py

hager noreply at buildbot.pypy.org
Mon Feb 6 11:05:13 CET 2012


Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r52127:93e0d769bf2a
Date: 2012-02-06 11:04 +0100
http://bitbucket.org/pypy/pypy/changeset/93e0d769bf2a/

Log:	fix imports in test_ppc.py

diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_ppc.py b/pypy/jit/backend/ppc/ppcgen/test/test_ppc.py
--- a/pypy/jit/backend/ppc/ppcgen/test/test_ppc.py
+++ b/pypy/jit/backend/ppc/ppcgen/test/test_ppc.py
@@ -2,10 +2,9 @@
 import random, sys, os
 
 from pypy.jit.backend.ppc.ppcgen.codebuilder import BasicPPCAssembler, PPCBuilder
-from pypy.jit.backend.ppc.ppcgen.symbol_lookup import lookup
 from pypy.jit.backend.ppc.ppcgen.regname import *
 from pypy.jit.backend.ppc.ppcgen.register import *
-from pypy.jit.backend.ppc.ppcgen import form, pystructs
+from pypy.jit.backend.ppc.ppcgen import form
 from pypy.jit.backend.detect_cpu import autodetect_main_model
 from pypy.jit.backend.ppc.ppcgen.arch import IS_PPC_32, IS_PPC_64, WORD
 


More information about the pypy-commit mailing list