Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r53284:848c31288065 Date: 2012-03-06 21:47 -0800 http://bitbucket.org/pypy/pypy/changeset/848c31288065/
Log: remove unnecessary imports diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy/annotation/test/test_annrpython.py +++ b/pypy/annotation/test/test_annrpython.py @@ -1,15 +1,12 @@ from __future__ import with_statement -import autopath import py.test import sys from pypy import conftest -from pypy.tool.udir import udir from pypy.annotation import model as annmodel from pypy.annotation.annrpython import RPythonAnnotator as _RPythonAnnotator from pypy.translator.translator import graphof as tgraphof from pypy.annotation import policy -from pypy.annotation import specialize from pypy.annotation.listdef import ListDef, ListChangeUnallowed from pypy.annotation.dictdef import DictDef from pypy.objspace.flow.model import * _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
