mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +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 lyx_branch:
|
||||
branch_tag = "branches/%s" % lyx_branch
|
||||
branch_tag = lyx_branch
|
||||
else:
|
||||
branch_tag = "trunk"
|
||||
branch_tag = "master"
|
||||
|
||||
|
||||
print """<?php
|
||||
|
Loading…
Reference in New Issue
Block a user