##// END OF EJS Templates
Merge pull request #1538 from minrk/git_info...
Merge pull request #1538 from minrk/git_info store git commit hash in utils._sysinfo instead of hidden data file Behavior is essentially unchanged, but the hash is stored in a generated Python file instead of hidden data file. Closes #1484.

File last commit:

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