2054
2054
If the transport is readonly or None, "." is opened automatically.
2059
2060
# It's OK to just create them using forward slashes on windows.
2060
2061
if transport is None or transport.is_readonly():
2061
2062
transport = get_transport(".")