#
# This file is part of Sargasso, http://zamez.org/sargasso
# Licensed under the GNU General Public License,
#                http://www.opensource.org/licenses/gpl-license
# Copyright 2005 James Bursa <james@semichrome.net>
#

import sys
sys.path.insert(0, '<Sargasso$Dir>.py')
import wimp
import task

wimp.task('Sargasso', '<Sargasso$Dir>', task, debug = 0)