autoload/threesomelib/util/io.py @ 369ed2855a55

Fix for consistency with other instructions on web page.
author A. S. Budden <abudden@gmail.com>
date Mon, 19 Sep 2011 13:12:48 +0100
parents c0485a021571
children (none)
import sys


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