blender/release/scripts/modules/bpy
Campbell Barton 54343b79e6 remove reload() from builtins since python3 no longer uses this.
use imp.reload now.

Should use import hooks but for now replace imp.reload with our own reload as the builtin reload was replaced before.
2010-12-22 21:39:48 +00:00
..
__init__.py allow addons/modules path so extension authors can develop their own shared modules. 2010-12-11 11:52:28 +00:00
ops.py error in own recent commit 2010-11-22 23:41:00 +00:00
path.py allow addons/modules path so extension authors can develop their own shared modules. 2010-12-11 11:52:28 +00:00
utils.py remove reload() from builtins since python3 no longer uses this. 2010-12-22 21:39:48 +00:00