plugin/threesomelib/util/io.py @ b9e75c5a9f2c v0.0.5

Add boolsetting() and clean up a bit.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 17:27:42 -0400
parents c716ddab8449
children (none)
import sys


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