plugin/threesomelib/util/io.py @ 7db534146a3e

Fix grid goto result, and hurr durr markdown.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 19:05:27 -0400
parents c716ddab8449
children (none)
import sys


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