##// END OF EJS Templates
Merge pull request #2126 from guyhf/ipclusterbatchfix...
Merge pull request #2126 from guyhf/ipclusterbatchfix use pipes.quote when writing ipfoo_cmd to batch files fixes ipcluster with any batch system when there are spaces in these commands.

File last commit:

r3410:21647ae3
r7856:3c4aa397 merge
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *