add missing import

This commit is contained in:
Christophe Benz 2010-07-15 01:21:55 +02:00
commit 239d19ec89

View file

@ -16,6 +16,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from __future__ import with_statement
import logging import logging
from threading import Timer, Event, RLock from threading import Timer, Event, RLock