Parent Directory
|
Revision Log
Initial import of Sargasso 1.00.
| 1 | james | 76 | # |
| 2 | # This file is part of Sargasso, http://zamez.org/sargasso | ||
| 3 | # Licensed under the GNU General Public License, | ||
| 4 | # http://www.opensource.org/licenses/gpl-license | ||
| 5 | # Copyright 2005 James Bursa <james@semichrome.net> | ||
| 6 | # | ||
| 7 | |||
| 8 | import sys | ||
| 9 | sys.path.insert(0, '<Sargasso$Dir>.py') | ||
| 10 | import wimp | ||
| 11 | import task | ||
| 12 | |||
| 13 | wimp.task('Sargasso', '<Sargasso$Dir>', task, debug = 0) |
| ViewVC Help | |
| Powered by ViewVC 1.1.26 |