/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: Canonical.com Patch Queue Manager
  • Date: 2007-08-21 02:46:21 UTC
  • mfrom: (2681.1.40 send-bundle)
  • Revision ID: pqm@pqm.ubuntu.com-20070821024621-czmqk59igiyvsgk8
"send" now sends the message as an attachment

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"