~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

  • Committer: Alexander Belchenko
  • Date: 2007-02-05 05:19:13 UTC
  • mto: This revision was merged to the branch mainline in revision 2265.
  • Revision ID: bialix@ukr.net-20070205051913-2yipyjathfr6638z
Fix name of emulated Win32LocalTransport as Robert suggested.

Show diffs side-by-side

added added

removed removed

Lines of Context:
480
480
            return True
481
481
 
482
482
 
483
 
class Win32LocalTransport(LocalTransport):
 
483
class EmulatedWin32LocalTransport(LocalTransport):
484
484
    """Special transport for testing Win32 [UNC] paths on non-windows"""
485
485
 
486
486
    def __init__(self, base):