~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/msgeditor.py

  • Committer: John Arbash Meinel
  • Date: 2006-04-29 15:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1693.
  • Revision ID: john@arbash-meinel.com-20060429152747-e75257759537019d
[patch] Olaf Conradi: missing sys import in msgeditor.py after platform test fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
"""Commit message editor support."""
21
21
 
 
22
 
22
23
import os
 
24
import sys
23
25
import errno
24
26
from subprocess import call
25
27
 
26
28
import bzrlib.config as config
27
29
from bzrlib.errors import BzrError
28
30
 
 
31
 
29
32
def _get_editor():
30
33
    """Return a sequence of possible editor binaries for the current platform"""
31
34
    try: