plugin/threesomelib/util/io.py @ 4995b244e11d

Add "tests/*.err" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 23:01:59 -0400
parents c716ddab8449
children (none)
import sys


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