Changeset - c4e27c23079f
[Not reviewed]
stable
0 1 0
Mads Kiilerich - 6 years ago 2020-01-31 00:29:30
mads@kiilerich.com
alembic: fix fatal missing os import

Introduced with last minute tweaks in 488b52cad890.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/alembic/env.py
Show inline comments
 
@@ -15,6 +15,7 @@
 
# Alembic migration environment (configuration).
 

	
 
import logging
 
import os
 
from logging.config import fileConfig
 

	
 
from alembic import context
0 comments (0 inline, 0 general)