# HG changeset patch # User Richard Jones # Date 996131667 0 # Node ID fe0b333702446419945de7faeeca4497802538d8 # Parent 04ca1ed7862b7202a022c1f58f84c9d2e345708d Made setup.py executable, added id and log. diff -r 04ca1ed7862b -r fe0b33370244 setup.py --- a/setup.py Thu Jul 26 06:48:21 2001 +0000 +++ b/setup.py Thu Jul 26 07:14:27 2001 +0000 @@ -1,3 +1,7 @@ +#! /usr/bin/env python + +# $Id: setup.py,v 1.2 2001-07-26 07:14:27 richard Exp $ + from distutils.core import setup, Extension from distutils.util import get_platform @@ -25,3 +29,7 @@ # now install the bin programs, and the cgi-bin programs # not sure how, yet. + +# +# $Log: not supported by cvs2svn $ +#