rev 206 - trunk/pr
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins Date: 2004-03-30 08:43:41 -0500 (Tue, 30 Mar 2004) New Revision: 206 Modified: trunk/pr/test.pr Log: Explicit imports Modified: trunk/pr/test.pr =================================================================== --- trunk/pr/test.pr 2004-03-30 05:04:01 UTC (rev 205) +++ trunk/pr/test.pr 2004-03-30 13:43:41 UTC (rev 206) @@ -1,5 +1,7 @@ #!/usr/local/bin/prothon +import List, Tuple + def Proto(*bases): first = True for i in Len(bases):