##// END OF EJS Templates
store git commit hash in utils._sysinfo instead of hidden git_commit_info.ini data file.
store git commit hash in utils._sysinfo instead of hidden git_commit_info.ini data file.

File last commit:

r3408:261328d5
r6520:e071291f
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *