rename storageserver.py to just storage.py, since it has both server and client sides now

This commit is contained in:
Brian Warner
2007-07-13 17:25:45 -07:00
parent 0468448b85
commit c6f52e379a
6 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@ from twisted.python import log
import allmydata
from allmydata.Crypto.Util.number import bytes_to_long
from allmydata.storageserver import StorageServer
from allmydata.storage import StorageServer
from allmydata.upload import Uploader
from allmydata.download import Downloader
from allmydata.webish import WebishServer