* postats.py: remove extra blank line at the end of i18n.inc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28954 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-03-28 10:03:28 +00:00
parent acb9214dee
commit 98342571db

View File

@ -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]))