Update path to friendica-to-smarty-tpl.py
This commit is contained in:
parent
11a0dd4d4c
commit
1c5a19e245
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue