Update path to friendica-to-smarty-tpl.py

This commit is contained in:
Hypolite Petovan 2018-11-28 23:10:33 -05:00
parent 11a0dd4d4c
commit 1c5a19e245
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ fnull = open(os.devnull, "w")
for tplpath in tplpaths:
print "Converting " + path + tplpath
subprocess.call(['python', path + 'util/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull)
subprocess.call(['python', path + 'bin/dev/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull)
fnull.close()