From: Brian Warner Date: Fri, 29 Jun 2007 01:01:00 +0000 (-0700) Subject: client.py: remove unused import X-Git-Tag: allmydata-tahoe-0.4.0~12 X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=5ffc66ad7b2903d14ab3f42a3c340c2e2dfc8f85;p=tahoe-lafs%2Ftahoe-lafs.git client.py: remove unused import --- diff --git a/src/allmydata/client.py b/src/allmydata/client.py index 3a11a4ed..80a0bbaa 100644 --- a/src/allmydata/client.py +++ b/src/allmydata/client.py @@ -5,7 +5,7 @@ from zope.interface import implements from allmydata.interfaces import RIClient from allmydata import node -from twisted.internet import defer, reactor +from twisted.internet import reactor from twisted.application.internet import TimerService import allmydata