autoload/threesomelib/util/io.py @ ac9e2264f423

Remove the rendered site file.
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 18:17:24 -0400
parents cefc901de8a2
children c0485a021571
import sys


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