Changeset - f9fefa7cb008
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-11-18 01:11:53
madski@unity3d.com
make-index: add missing import of dirname
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/paster_commands/make_index.py
Show inline comments
 
@@ -25,12 +25,13 @@ Original author and date, and relevant c
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
 
import os
 
import sys
 
from os.path import dirname
 

	
 
from string import strip
 
from kallithea.model.repo import RepoModel
 
from kallithea.lib.paster_commands.common import BasePasterCommand
 
from kallithea.lib.utils import load_rcextensions
 

	
0 comments (0 inline, 0 general)