fix several bugs and warnings -- thanks, pyflakes

This commit is contained in:
Zooko O'Whielacronx
2007-12-03 15:42:35 -07:00
parent 3f0cfc1b0a
commit 3605354a95
6 changed files with 5 additions and 8 deletions

View File

@ -18,7 +18,6 @@ from allmydata.checker import Checker
from allmydata.control import ControlServer
from allmydata.introducer import IntroducerClient
from allmydata.util import hashutil, idlib, testutil, observer
from allmydata.util.assertutil import precondition
from allmydata.filenode import FileNode
from allmydata.dirnode2 import NewDirectoryNode
from allmydata.mutable import MutableFileNode