plugin/threesomelib/util/io.py @ c716ddab8449

Configurable scrollbinding!
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 17:24:49 -0400
parents adb7e3942b34
children (none)
import sys


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