Changeset - 04aea77a49fa
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 6 years ago 2019-12-19 22:39:38
mads@kiilerich.com
Grafted from: 4e0d9950c694
cleanup: safe_* functions live in utils2 - don't rely on re-export from utils
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/middleware/permanent_repo_url.py
Show inline comments
 
@@ -20,7 +20,8 @@ middleware to handle permanent repo URLs
 
"""
 

	
 

	
 
from kallithea.lib.utils import fix_repo_id_name, safe_str
 
from kallithea.lib.utils import fix_repo_id_name
 
from kallithea.lib.utils2 import safe_str
 

	
 

	
 
class PermanentRepoUrl(object):
0 comments (0 inline, 0 general)