示例#1
0
def orbexhume(filename):
    """Read and initiate a statefile for orb tracking"""

    try:

        ret = _orb._orbexhume(filename)

    except _orb._ElogException, _e: 

        stock._raise_elog(_e)
示例#2
0
def orbexhume(filename):
    """Read and initiate a statefile for orb tracking"""

    try:

        ret = _orb._orbexhume(filename)

    except _orb._ElogException, _e:

        stock._raise_elog(_e)
示例#3
0
def orbexhume(filename):
    """Read and initiate a statefile for orb tracking"""

    return _orb._orbexhume(filename)