plugin/threesomelib/util/io.py @ 124cbd25b6a9

Added tag v0.0.2 for changeset 57a4142285fb
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 14:43:41 -0400
parents adb7e3942b34
children c716ddab8449
import sys


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