fix pyflakes warnings from recent b32decode change

This commit is contained in:
Brian Warner
2007-08-12 16:33:51 -07:00
parent 0332e94656
commit 6c6c62037d
3 changed files with 4 additions and 5 deletions

View File

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