client.py: hush pyflakes

This commit is contained in:
Brian Warner 2008-02-01 20:28:15 -07:00
parent 054f25581c
commit 769446b667

View File

@ -1,6 +1,6 @@
import os, sha, stat, time, re import os, sha, stat, time, re
from foolscap import Referenceable, SturdyRef from foolscap import Referenceable
from zope.interface import implements from zope.interface import implements
from allmydata.interfaces import RIClient from allmydata.interfaces import RIClient
from allmydata import node from allmydata import node