plugin/threesomelib/util.py @ 0a0ec65f5e57

Skeleton.
author Steve Losh <steve@stevelosh.com>
date Sun, 12 Jun 2011 20:12:48 -0400
parents (none)
children (none)
import sys

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