##// END OF EJS Templates
Fixing bug #5607...
Fixing bug #5607 Changed the method from extends to merge which merges the two arrays as desired - With Freyert

File last commit:

r13347:54891794
r16279:d7f81edb
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *