]> git.lyx.org Git - features.git/commit
Replace os.getenv(x) by os.environ[x] for compatibility with old python versions.
authorJosé Matox <jamatos@lyx.org>
Fri, 8 Oct 2004 09:19:54 +0000 (09:19 +0000)
committerJosé Matox <jamatos@lyx.org>
Fri, 8 Oct 2004 09:19:54 +0000 (09:19 +0000)
commit6b440f84cace12c2e314dbc6f0e1be25b90e4906
treeac06e624bfea200856da7697d3220144ca41cf88
parentffbc3708f4f8d25ab0eb903bb2887f2cf375f3f1
Replace os.getenv(x) by os.environ[x] for compatibility with old python versions.

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