Changeset - a8c8b32aee5a
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2020-02-04 03:06:29
mads@kiilerich.com
Grafted from: f4df4e9cd24b
cli: fix missing import of kallithea.config.middleware

Don't rely on other imports making it available as side effect.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/bin/kallithea_cli_base.py
Show inline comments
 
@@ -23,6 +23,7 @@ import click
 
import paste.deploy
 

	
 
import kallithea
 
import kallithea.config.middleware
 

	
 

	
 
# kallithea_cli is usually invoked through the 'kallithea-cli' wrapper script
0 comments (0 inline, 0 general)