]> git.lyx.org Git - features.git/commit
Fix the following problem with Python 2.4:
authorEnrico Forestieri <forenr@lyx.org>
Mon, 26 Sep 2011 15:57:17 +0000 (15:57 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 26 Sep 2011 15:57:17 +0000 (15:57 +0000)
commit968ab69e8866ae4451055e9cc5809dc7f9627ef4
tree20e20fc202d6c7799b42cacc35b00c147c07b281
parentcf4ddb2ed5e71a4b70b9fc86ea4d573cb075b0cb
Fix the following problem with Python 2.4:

Traceback (most recent call last):
  File "/opt/src/lyx-devel/lib/scripts/lyxpreview2bitmap.py", line 535, in ?
    exit(main(sys.argv)[0])
TypeError: 'str' object is not callable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39769 a592a061-630c-0410-9148-cb99ea01b6c8
lib/scripts/lyxpreview2bitmap.py