rev 519 - trunk/pr/test
SVN User <[email protected]> Thu, 20 May 2004 15:39:25 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins
Date: 2004-05-20 15:39:22 -0400 (Thu, 20 May 2004)
New Revision: 519
Modified:
trunk/pr/test/test.pr
Log:
Add she-bang line.
Modified: trunk/pr/test/test.pr
===================================================================
--- trunk/pr/test/test.pr 2004-05-20 17:32:01 UTC (rev 518)
+++ trunk/pr/test/test.pr 2004-05-20 19:39:22 UTC (rev 519)
@@ -1,3 +1,5 @@
+#!/usr/bin/env prothon
+
def refer(start, attrname):
mro = self.protoList()
n = mro.len()