break storage.py into smaller pieces in storage/*.py . No behavioral changes.

This commit is contained in:
Brian Warner
2009-02-18 14:46:55 -07:00
parent a0c5f92cbd
commit ef53da2b12
26 changed files with 1426 additions and 1382 deletions

View File

@ -10,7 +10,7 @@ from foolscap.logging import log
from pycryptopp.publickey import rsa
import allmydata
from allmydata.storage import StorageServer
from allmydata.storage.server import StorageServer
from allmydata.immutable.upload import Uploader
from allmydata.immutable.download import Downloader
from allmydata.immutable.filenode import FileNode, LiteralFileNode