SVN: r25673 - trunk/quixote/demo
Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Tue, 23 Nov 2004 12:34:29 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nascheme Date: 2004-11-23 12:34:06 -0500 (Tue, 23 Nov 2004) New Revision: 25673 Modified: trunk/quixote/demo/mini_demo.py Log: Remove Subversion magic since it could confuse. Add #! line and make executable. Modified: trunk/quixote/demo/mini_demo.py =================================================================== --- trunk/quixote/demo/mini_demo.py 2004-11-23 17:20:33 UTC (rev 25672) +++ trunk/quixote/demo/mini_demo.py 2004-11-23 17:34:06 UTC (rev 25673) @@ -1,6 +1,5 @@ -"""$URL$ -$Id$ - +#!/usr/bin/env python +""" A minimal Quixote demo. If you have the 'quixote' package in your Python path, you can run it like this: Property changes on: trunk/quixote/demo/mini_demo.py ___________________________________________________________________ Name: svn:executable + *