autoload/threesomelib/util/io.py @ 495ff793a490

Added information on using threesome with Bazaar to Vim documentation.
author A. S. Budden <abudden@gmail.com>
date Mon, 19 Sep 2011 13:09:37 +0100
parents c0485a021571
children (none)
import sys


def error(m):
    sys.stderr.write(str(m) + '\n')