##// END OF EJS Templates
Bug fix for #4643: Regex object needs to be reset between calls in tooltip.js
Bug fix for #4643: Regex object needs to be reset between calls in tooltip.js

File last commit:

r13347:54891794
r13793:5504d972
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *