autoload/threesomelib/util/io.py @ cefc901de8a2

Factor out a bunch of stuff into autoload/.
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Jun 2011 17:48:57 -0400
parents plugin/threesomelib/util/io.py@c716ddab8449
children c0485a021571
import sys


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