From: Brian Warner Date: Fri, 7 Dec 2007 01:38:42 +0000 (-0700) Subject: control.py: hush pyflakes warning X-Git-Url: https://git.rkrishnan.org/about.html?a=commitdiff_plain;h=406ff52cf9c46156650224db27afc8429f410bda;p=tahoe-lafs%2Ftahoe-lafs.git control.py: hush pyflakes warning --- diff --git a/src/allmydata/control.py b/src/allmydata/control.py index dc27d9f7..f465b3de 100644 --- a/src/allmydata/control.py +++ b/src/allmydata/control.py @@ -1,5 +1,5 @@ -import os, sys, time +import os, time from zope.interface import implements from twisted.application import service from twisted.internet import defer