#!/usr/bin/python
#
# Copyright (c) 2007,2008,2009 MBARI
# MBARI Proprietary Information.  All Rights Reserved
#

import os

# path to the latest slate
SLATE_PATH = os.path.abspath("Logs/")

# LRAUV binary
LRAUV_BIN = os.path.abspath("bin/LRAUV")

# unserialize binary
UNSERIALIZE_BIN = os.path.abspath("bin/unserialize")

# path to the missions
MISSION_PATH = os.path.abspath("Missions/RegressionTests")
