plugin/threesomelib/util/io.py @ 566ffcc452e2

Added tag v0.0.7 for changeset d13a0763f1b0
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 21:49:25 -0400
parents c716ddab8449
children (none)
import sys


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