Ticket #926: tahoe-ftp-msg.diff
File tahoe-ftp-msg.diff, 611 bytes (added by ndurner, at 2010-01-23T15:34:51Z) |
---|
-
src/allmydata/frontends/ftpd.py
old new 289 289 # make sure we're using a patched Twisted that uses IWriteFile.close: 290 290 # see docs/frontends/FTP-and-SFTP.txt and 291 291 # http://twistedmatrix.com/trac/ticket/3462 for details. 292 assert "close" in ftp.IWriteFile.names(), "your twisted is lacking "292 assert "close" in ftp.IWriteFile.names(), "your twisted is lacking a vital patch, see docs/frontends/FTP-and-SFTP.txt" 293 293 294 294 r = Dispatcher(client) 295 295 p = portal.Portal(r)