~ubuntu-branches/ubuntu/utopic/bzr/utopic

« back to all changes in this revision

Viewing changes to bzrlib/urlutils.py

  • Committer: Martin Pool
  • Date: 2010-06-02 05:03:31 UTC
  • mto: (3815.1888.119 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3868.
  • Revision ID: mbp@canonical.com-20100602050331-n2p1qt8hfsahspnv
Correct more sloppy use of the term 'Linux'

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
    # on non-win32 platform
279
279
    # FIXME: It turns out that on nt, ntpath.abspath uses nt._getfullpathname
280
280
    #       which actually strips trailing space characters.
281
 
    #       The worst part is that under linux ntpath.abspath has different
 
281
    #       The worst part is that on linux ntpath.abspath has different
282
282
    #       semantics, since 'nt' is not an available module.
283
283
    if path == '/':
284
284
        return 'file:///'