plugin/threesomelib/util/io.py @ 83130fbbc7f9 v0.0.6

HUD highlighting, wrapping and more.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 20:43:36 -0400
parents c716ddab8449
children (none)
import sys


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