]> git.lyx.org Git - features.git/commitdiff
no need to escape $ in python :-D
authorJosé Matox <jamatos@lyx.org>
Fri, 21 Sep 2007 13:52:52 +0000 (13:52 +0000)
committerJosé Matox <jamatos@lyx.org>
Fri, 21 Sep 2007 13:52:52 +0000 (13:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20415 a592a061-630c-0410-9148-cb99ea01b6c8

po/postats.py

index 30bb958043c2375a12f1ac8c2bada0f32a4860e1..847d926692a5a44cd070a85e8ef854fb9eb40d06 100644 (file)
@@ -126,11 +126,11 @@ if __name__ == "__main__":
 
     print """<?php
 // The current version
-\$lyx_version = "%s";
+$lyx_version = "%s";
 // The branch tag
-\$branch_tag = "%s";
+$branch_tag = "%s";
 
 // The data itself
-\$podata = array (%s
+$podata = array (%s
 )?>
 """ % (lyx_version, branch_tag, ",".join([run_msgfmt(po) for po in sys.argv[1:]]))