]> git.mxchange.org Git - friendica.git/commitdiff
Update path to friendica-to-smarty-tpl.py
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 29 Nov 2018 04:10:33 +0000 (23:10 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 29 Nov 2018 04:10:33 +0000 (23:10 -0500)
bin/dev/updatetpl.py

index 7b552fadd4752df413319bbce29176070cc543cc..c58b9d62d9ba2d6b9707d5af84d875d433bfe5a9 100755 (executable)
@@ -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()