[pypy-commit] pypy callfamily: fix missing import

rlamy noreply at buildbot.pypy.org
Mon Apr 20 04:52:39 CEST 2015


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: callfamily
Changeset: r76840:745aaafc86f8
Date: 2015-04-19 15:15 +0100
http://bitbucket.org/pypy/pypy/changeset/745aaafc86f8/

Log:	fix missing import

diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py
--- a/rpython/rtyper/rpbc.py
+++ b/rpython/rtyper/rpbc.py
@@ -1,5 +1,6 @@
 import types
 
+from rpython.flowspace.model import FunctionGraph, Link, Block, SpaceOperation
 from rpython.annotator import model as annmodel
 from rpython.annotator.description import (
     FunctionDesc, ClassDesc, MethodDesc, FrozenDesc, MethodOfFrozenDesc)


More information about the pypy-commit mailing list