A few leftover py2.3 -> py2.4 changes:

- updated python24.zip to include all required module dependancies.
- updated zlib.pyd to py24 zlib.pyd - now it opens the zip file (thanks ianwill!)
- removed whrandom module from basic_modules (deprecated in py24)
This commit is contained in:
Simon Clitherow 2005-10-30 19:19:38 +00:00
parent 0fda3609a6
commit 0d734795db

@ -31,7 +31,6 @@
basic_modules = [
'Blender',
'chunk','colorsys','copy','copy_reg','gzip','os','random','repr','stat',
'string','StringIO','types','UserDict','webbrowser','whrandom',
'zlib', 'math',
'string','StringIO','types','UserDict','webbrowser', 'zlib', 'math',
'BPyBlender', 'BPyRegistry'
]