autoload/threesomelib/util/io.py @ 61c6ca7b2d8a

Fix the binding of \u in grid/other modes.
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 18:53:30 -0400
parents c0485a021571
children (none)
import sys


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