changeset 8103:c4e27c23079f stable

alembic: fix fatal missing os import Introduced with last minute tweaks in 488b52cad890.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 31 Jan 2020 00:29:30 +0100
parents 28fa94f56370
children a12eaa1c265e
files kallithea/alembic/env.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/alembic/env.py	Wed Jan 22 23:02:04 2020 +0100
+++ b/kallithea/alembic/env.py	Fri Jan 31 00:29:30 2020 +0100
@@ -15,6 +15,7 @@
 # Alembic migration environment (configuration).
 
 import logging
+import os
 from logging.config import fileConfig
 
 from alembic import context