plugin/threesomelib/util/io.py @ 9539ae8686cd

Added tag v0.0.6 for changeset 83130fbbc7f9
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 20:44:37 -0400
parents c716ddab8449
children (none)
import sys


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