diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 08:34:10 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 08:34:10 +0000 |
| commit | 29ce2e142f13e08a8c61b2d78d0db6da6ad5efe4 (patch) | |
| tree | f58b24f5715c5f20c7b12e4c7e4dbadb9de8825f /www/quixote/scripts/compile_ptl.py | |
| parent | - Note about updating of www/quixote (diff) | |
- Update to 2.0
- Require python 2.3+
PR: ports/79851
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
Diffstat (limited to 'www/quixote/scripts/compile_ptl.py')
| -rw-r--r-- | www/quixote/scripts/compile_ptl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/quixote/scripts/compile_ptl.py b/www/quixote/scripts/compile_ptl.py index 51fec73ddec0..9a1d4cbff888 100644 --- a/www/quixote/scripts/compile_ptl.py +++ b/www/quixote/scripts/compile_ptl.py @@ -1,5 +1,5 @@ import sys -from quixote import ptl_compile +from quixote.ptl import ptl_compile for srcfile in sys.argv[1:]: ptl_compile.compile(srcfile, srcfile + 'c') |
