From 50f9f1a410853004cb0be70caab458b4dfb43a6a Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 11 Feb 2007 17:56:46 +0100 Subject: [PATCH] [svn r38480] unneeded import --HG-- branch : trunk --- py/io/fdcapture.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/io/fdcapture.py b/py/io/fdcapture.py index c31674ee5..83c1aede3 100644 --- a/py/io/fdcapture.py +++ b/py/io/fdcapture.py @@ -1,7 +1,6 @@ import os import sys -import thread import py class FDCapture: