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

5 files Authored by marx 16 years ago, Committed by fabbione 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.