[pypy-svn] pypy jitypes2: remove unused import. This lets (some) applevel test to run with a pypy-c compiled with --translationmodules

antocuni commits-noreply at bitbucket.org
Tue Dec 28 08:58:51 CET 2010


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r40249:3bbc52b456bc
Date: 2010-12-27 23:26 +0100
http://bitbucket.org/pypy/pypy/changeset/3bbc52b456bc/

Log:	remove unused import. This lets (some) applevel test to run with a
	pypy-c compiled with --translationmodules

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -564,7 +564,6 @@
 #
 import os
 import time
-import socket
 import getpass
 
 class ReallyRunFileExternal(py.test.collect.Item): 


More information about the Pypy-commit mailing list