JasperVanDenBosch / fexpect

extension for fabric to handle prompts through pexpect
http://ilogue.com/jasper/blog/fexpect--dealing-with-prompts-in-fabric-with-pexpect/
BSD 2-Clause "Simplified" License
44 stars 13 forks source link

Fixed the failure of import pexpect in Windows. #13

Open shiena opened 11 years ago

shiena commented 11 years ago

pexpect module does not support Windows, import will fail. But because it is not required other than absolute path, use the imp.find_module instead.