Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2005-10-30 22:19:38 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2005-10-30 22:19:38 +0300
commit0d734795db0563043f481b04175a817a5b9ade81 (patch)
tree90bae2ec160281c42f1ea550721461394072064a /release
parent0fda3609a644c95827b7f16336feae42c48fc102 (diff)
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)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/bpymodules/BPyBlender.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/scripts/bpymodules/BPyBlender.py b/release/scripts/bpymodules/BPyBlender.py
index 70a2324d0ff..681dff63cf8 100644
--- a/release/scripts/bpymodules/BPyBlender.py
+++ b/release/scripts/bpymodules/BPyBlender.py
@@ -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'
]