e7db6dc fix breakage with python subprocess with timeout params

Authored and Committed by pbrady 12 years ago
    fix breakage with python subprocess with timeout params
    
    RHEL >= 6.1 has backported support for a timeout parameter
    in subprocess methods.  This needs handling as detailed here:
    https://bitbucket.org/which_linden/eventlet/issue/89/add-a-timeout-argument-to-subprocesspopen
    
        
file modified
+11 -1