plugin/threesomelib/util/io.py @ 813b751f6fa3

Added tag v0.0.8 for changeset bd48a1569d09
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 22:01:56 -0400
parents c716ddab8449
children (none)
import sys


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