a15b95dbf3
Catch exception from the db layer and reconnect if MySQL connection goes away. Change-Id: Ib931100f4ee6ed78f0839d7ad0ed82bd277c23c0
4 lines
207 B
Python
4 lines
207 B
Python
from winchester.db.interface import DuplicateError, LockError, DatabaseConnectionError
|
|
from winchester.db.interface import NoSuchEventError, NoSuchStreamError
|
|
from winchester.db.interface import DBInterface
|