[pypy-commit] pypy default: Remove unused import.

dripton noreply at buildbot.pypy.org
Mon Jan 23 01:30:49 CET 2012


Author: David Ripton <dripton at ripton.net>
Branch: 
Changeset: r51675:d39f5493dcaf
Date: 2012-01-21 13:42 -0500
http://bitbucket.org/pypy/pypy/changeset/d39f5493dcaf/

Log:	Remove unused import.

diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -27,7 +27,6 @@
 from collections import OrderedDict
 import datetime
 import sys
-import time
 import weakref
 from threading import _get_ident as thread_get_ident
 


More information about the pypy-commit mailing list