1
1
The Transport API in bzrlib provides URL based access to network resources.
5
4
>>> from bzrlib.osutils import getcwd, dirname
6
5
>>> from bzrlib.urlutils import local_path_from_url
7
6
>>> import bzrlib.transport as transport
14
10
Each Transport instance represents a single logical directory.
17
13
>>> local_path_from_url(dir.base) == getcwd() + '/'