Home | History | Annotate | Download | only in releasetools

Lines Matching refs:editor

687     self.editor = os.getenv("EDITOR", None)
696 user edit that file to add more needed passwords. If no editor is
741 if not self.editor or not self.pwfile:
759 p = Run([self.editor, "+%d" % (first_line,), self.pwfile])