8 lines
146 B
Python
8 lines
146 B
Python
from __future__ import absolute_import
|
|
|
|
|
|
class DatabaseWarning(UserWarning):
|
|
"""
|
|
Warning when using unsupported database backends
|
|
"""
|