~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Martin Pool
  • Date: 2006-01-30 06:23:50 UTC
  • mfrom: (1534.1.17 integration)
  • Revision ID: mbp@sourcefrog.net-20060130062350-d6f25277ddcdfd79
[merge] robert's integration of much recent work

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
 
432
432
 
433
433
def get_transport(base):
 
434
    """Open a transport to access a URL or directory.
 
435
 
 
436
    base is either a URL or a directory name.  
 
437
    """
434
438
    global _protocol_handlers
435
439
    if base is None:
436
440
        base = u'.'