]> git.lyx.org Git - features.git/blobdiff - lib/ChangeLog
Replace os.getenv(x) by os.environ[x] for compatibility with old python versions.
[features.git] / lib / ChangeLog
index 7caa317d449ccd86a387322d4cf1804a4849bc52..a806be014a1e76d7a8061295c751bcbf51d2116f 100644 (file)
@@ -1,3 +1,10 @@
+2004-10-08  José Matos  <jamatos@lyx.org>
+
+       * scripts/legacy_lyxpreview2ppm.py (legacy_conversion):
+       * scripts/lyxpreview2bitmap.py (main):
+       replace os.getenv(x) by os.environ[x] for compatibility with old
+       python versions.
+
 2004-10-01  Angus Leeming  <leeming@lyx.org>
 
        * scripts/convertDefault.sh: protect shell variables with quotes.