autoload/threesomelib/util/io.py @ 8cfa90490884

Lowercase the mode names to match the mappings.
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 18:36:50 -0400
parents c0485a021571
children (none)
import sys


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