##// END OF EJS Templates
add github extension for easy links to issues/pulls....
add github extension for easy links to issues/pulls. adapted from Doug Hellmann's bitbucket extension.

File last commit:

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