changing the template file extension

This commit is contained in:
gcmalloc 2012-12-11 19:17:02 +01:00 committed by Filippo Valsorda
parent fedb6816cd
commit a4680a590f
3 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ sys.path.append(dirn(dirn((os.path.abspath(__file__)))))
import youtube_dl
BASH_COMPLETION_FILE = "youtube-dl.bash-completion"
BASH_COMPLETION_TEMPLATE = "devscripts/bash-completion.template"
BASH_COMPLETION_TEMPLATE = "devscripts/bash-completion.in"
def build_completion(opt_parser):
opts_flag = []