]> git.lyx.org Git - features.git/commitdiff
* postats.py: remove extra blank line at the end of i18n.inc.
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 28 Mar 2009 10:03:28 +0000 (10:03 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 28 Mar 2009 10:03:28 +0000 (10:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28954 a592a061-630c-0410-9148-cb99ea01b6c8

po/postats.py

index c8c37ec67aac3190665667a7955d6836aeef527c..7d26e244f2028df1c9824e97ffcd85d230b27f06 100755 (executable)
@@ -140,5 +140,4 @@ $branch_tag = "%s";
 
 // The data itself
 $podata = array (%s
-)?>
-""" % (sys.argv[1], branch_tag, ",".join([run_msgfmt(po) for po in sys.argv[2:] if po not in ommitted]))
+)?>""" % (sys.argv[1], branch_tag, ",".join([run_msgfmt(po) for po in sys.argv[2:] if po not in ommitted]))