diff options
Diffstat (limited to 'util/updatetpl.py')
-rwxr-xr-x | util/updatetpl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/updatetpl.py b/util/updatetpl.py index 1319387c6..d3dd7ef04 100755 --- a/util/updatetpl.py +++ b/util/updatetpl.py @@ -59,7 +59,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() |