~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Robert Collins
  • Date: 2005-10-19 10:11:57 UTC
  • mfrom: (1185.16.78)
  • mto: This revision was merged to the branch mainline in revision 1470.
  • Revision ID: robertc@robertcollins.net-20051019101157-17438d311e746b4f
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
 
357
357
# Local transport should always be initialized
358
358
import bzrlib.transport.local
 
359
 
 
360
 
 
361
def register_builtin_transports():
 
362
    """Register all builtin transport modules.
 
363
    
 
364
    This happens as a sideeffect of importing the modules.
 
365
    """
 
366
    import bzrlib.transport.local, \
 
367
           bzrlib.transport.http, \
 
368
           bzrlib.transport.sftp