plugin/threesomelib/util/io.py @ 4bfdd4a89d4c

Added tag semver for changeset a7fd8bdc3c5a
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 01:09:41 -0400
parents adb7e3942b34
children c716ddab8449
import sys


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