autoload/threesomelib/util/io.py @ e3cad92631fb

Don't explode when running \n or \N when there are no conflicts left.
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 18:16:06 -0400
parents cefc901de8a2
children c0485a021571
import sys


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