plugin/threesomelib/util/io.py @ 94dd97c75c52

Added tag v0.0.4 for changeset 67daf5c309d3
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 16:48:58 -0400
parents adb7e3942b34
children c716ddab8449
import sys


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