/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/ftp_server/medusa_based.py

Fixed as per jam's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
class FTPTestServer(transport.Server):
214
214
    """Common code for FTP server facilities."""
215
215
 
216
 
    _no_unicode_support = True
 
216
    no_unicode_support = True
217
217
 
218
218
    def __init__(self):
219
219
        self._root = None