fexpect
fexpect copied to clipboard
Fixed the failure of import pexpect in Windows.
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.