Commit ee52a6cd authored by fdrake's avatar fdrake

fix typo

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69135 62d5b8a3-27da-0310-9561-8e5933582275
parent d85a19b9
......@@ -592,7 +592,7 @@ def _update(d1, d2):
return d1
def _error(*message):
sys.syderr.write(' '.join(message) +'\n')
sys.stderr.write(' '.join(message) +'\n')
sys.exit(1)
def main(args=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment