[py-svn] r10697 - py/branch/py-collect/execnet

hpk at codespeak.net hpk at codespeak.net
Fri Apr 15 19:25:43 CEST 2005


Author: hpk
Date: Fri Apr 15 19:25:43 2005
New Revision: 10697

Modified:
   py/branch/py-collect/execnet/gateway.py
Log:
remove unused imports


Modified: py/branch/py-collect/execnet/gateway.py
==============================================================================
--- py/branch/py-collect/execnet/gateway.py	(original)
+++ py/branch/py-collect/execnet/gateway.py	Fri Apr 15 19:25:43 2005
@@ -1,10 +1,9 @@
 import sys
 import os
-import thread, threading
+import threading
 import Queue
 import traceback
 import atexit
-import time
 
 
 # XXX the following line should not be here



More information about the pytest-commit mailing list