##// END OF EJS Templates
Merge pull request #3466 from punchagan/unicode-username-fix...
Merge pull request #3466 from punchagan/unicode-username-fix Kernel fails to start when username has non-ascii characters

File last commit:

r3410:21647ae3
r11038:7ee5c476 merge
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
Thomas Spura
Also unbundle pexpect...
r3410 try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *