diff options
author | friendica <info@friendica.com> | 2013-02-03 19:07:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-03 19:07:01 -0800 |
commit | 9dcecb6b3704037cb13e8a6350b5df83f6917a40 (patch) | |
tree | 7095ac50e1fea699e2d2a003cbfbf4f864846471 /util/updatetpl.py | |
parent | 4ae5445e032aadd918dc75ca71bc6819f05bb2f4 (diff) | |
download | volse-hubzilla-9dcecb6b3704037cb13e8a6350b5df83f6917a40.tar.gz volse-hubzilla-9dcecb6b3704037cb13e8a6350b5df83f6917a40.tar.bz2 volse-hubzilla-9dcecb6b3704037cb13e8a6350b5df83f6917a40.zip |
finish up the "mark all xyz seen" for all known values of xyz
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() |