Merge pull request #609 from fermionic/20130204-move-tpl-scripts-to-util

move tpl scripts to util
This commit is contained in:
friendica 2013-02-05 17:19:23 -08:00
commit ff8c1be987
2 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 + '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()