Author: Greg Price <[email protected]> Branch: signatures Changeset: r59306:767612584e56 Date: 2012-12-02 13:51 -0800 http://bitbucket.org/pypy/pypy/changeset/767612584e56/
Log: One more absolute import diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.py --- a/pypy/annotation/annrpython.py +++ b/pypy/annotation/annrpython.py @@ -1,3 +1,5 @@ +from __future__ import absolute_import + import types from pypy.tool.ansi_print import ansi_log from pypy.tool.pairtype import pair _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
