From 9dcecb6b3704037cb13e8a6350b5df83f6917a40 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 3 Feb 2013 19:07:01 -0800 Subject: finish up the "mark all xyz seen" for all known values of xyz --- util/updatetpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/updatetpl.py') 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() -- cgit v1.2.3