00001 # Status 00002 # 00003 # This package is used to communicate the return status of commands 00004 # 00005 # Created by: dandwyer@caltech.edu 2010/08/09 00006 00007 SUCCESS = 0 00008 FAILURE = 1 00009