~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

first cut at merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
486
486
 
487
487
 
488
488
def get_transport(base):
 
489
    """Open a transport to access a URL or directory.
 
490
 
 
491
    base is either a URL or a directory name.  
 
492
    """
489
493
    global _protocol_handlers
490
494
    if base is None:
491
495
        base = u'.'