##// END OF EJS Templates
Revert "Google hangout review comments."...
Revert "Google hangout review comments." This reverts commit 4e120e76014b2630f957c01d17ba3926d4848872.

File last commit:

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