trivial: removed unused import noticed by pyflakes

This commit is contained in:
Zooko O'Whielacronx 2009-07-09 06:05:13 -07:00
parent 786ed012b3
commit 0e2d005146
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import os, time, math
import time, math
from zope.interface import implements
from twisted.internet import defer