mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Port postats.py from branch 2.0.x
This commit is contained in:
parent
d2a4b27493
commit
2db3153417
@ -127,9 +127,9 @@ array ( 'langcode' => '%(langcode)s', "date" => "%(date)s",
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if lyx_branch:
|
if lyx_branch:
|
||||||
branch_tag = "branches/%s" % lyx_branch
|
branch_tag = lyx_branch
|
||||||
else:
|
else:
|
||||||
branch_tag = "trunk"
|
branch_tag = "master"
|
||||||
|
|
||||||
|
|
||||||
print """<?php
|
print """<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user