From 2db3153417f8f5c020c414f8405a900eec91473c Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 30 May 2013 20:09:26 +0200 Subject: [PATCH] Port postats.py from branch 2.0.x --- po/postats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/postats.py b/po/postats.py index 7d26e244f2..29a243eccc 100755 --- a/po/postats.py +++ b/po/postats.py @@ -127,9 +127,9 @@ array ( 'langcode' => '%(langcode)s', "date" => "%(date)s", if __name__ == "__main__": if lyx_branch: - branch_tag = "branches/%s" % lyx_branch + branch_tag = lyx_branch else: - branch_tag = "trunk" + branch_tag = "master" print """