~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1378
1378
    # The pathjoin for '.' is a workaround for Python bug #1213894.
1379
1379
    # (initial path components aren't dereferenced)
1380
1380
    return pathjoin(realpath(pathjoin('.', parent)), base)
 
1381
 
 
1382
 
 
1383
def supports_mapi():
 
1384
    """Return True if we can use MAPI to launch a mail client."""
 
1385
    return sys.platform == "win32"