/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Martin Pool
  • Date: 2007-08-21 03:40:50 UTC
  • mfrom: (2736 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2737.
  • Revision ID: mbp@sourcefrog.net-20070821034050-gcppw53kbcm2gwgd
merge trunk

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"