17
17
"""Implementation of Transport that adapts another transport to be readonly."""
19
19
from bzrlib.errors import TransportNotPossible, NoSmartMedium
24
24
"""A decorator that can convert any transport to be readonly.
26
26
This is requested via the 'readonly+' prefix to get_transport().