@@ -12,12 +12,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Alembic migration environment (configuration).
import logging
import os
from logging.config import fileConfig
from alembic import context
from sqlalchemy import engine_from_config, pool
from kallithea.model import db
Status change: