1
1
The Transport API in bzrlib provides URL based access to network resources.
4
5
>>> from bzrlib.osutils import getcwd, dirname
5
6
>>> from bzrlib.urlutils import local_path_from_url
6
7
>>> import bzrlib.transport as transport
10
14
Each Transport instance represents a single logical directory.