finish up the "mark all xyz seen" for all known values of xyz

This commit is contained in:
friendica
2013-02-03 19:07:01 -08:00
parent 4ae5445e03
commit 9dcecb6b37
6 changed files with 61 additions and 30 deletions

View File

@@ -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()