0028f87 [FENCE] Fix typo in name of the exceptions in fencing agents

Authored and Committed by marx 16 years ago
    [FENCE] Fix typo in name of the exceptions in fencing agents
    
    Exceptions should be pexpect.EOF, pexpect.TIMEOUT (not pexcept.*). This
    problem only occured in set_status(). Function get_status() contains
    correct exceptions.