##// END OF EJS Templates
BUG: use a :memory: history DB for testing. Refactor the initialization of the HistoryManager to support this.
BUG: use a :memory: history DB for testing. Refactor the initialization of the HistoryManager to support this.

File last commit:

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