fexpect icon indicating copy to clipboard operation
fexpect copied to clipboard

Fixed the failure of import pexpect in Windows.

Open shiena opened this issue 11 years ago • 0 comments

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.

shiena avatar Oct 06 '13 13:10 shiena