##// END OF EJS Templates
Merge pull request #4762 from minrk/ipv6...
Merge pull request #4762 from minrk/ipv6 whitelist alphanumeric characters for cookie_name

File last commit:

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