plugin/threesomelib/util/io.py @ 2b0e5d916649

Add a few doc tweaks and a TODO list.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 15:48:03 -0400
parents adb7e3942b34
children c716ddab8449
import sys


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