mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
move tpl scripts to util
This commit is contained in:
parent
9dbe7efce5
commit
53e5592f9a
2 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ fnull = open(os.devnull, "w")
|
|||
|
||||
for tplpath in tplpaths:
|
||||
print "Converting " + path + tplpath
|
||||
subprocess.call(['python', path + 'mods/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull)
|
||||
subprocess.call(['python', path + 'util/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull)
|
||||
|
||||
fnull.close()
|
||||
|
Loading…
Reference in a new issue