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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-22 12:14:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-22 12:14:29 +0300
commit36c6c13a55e34f5e7aab1a7f596d71875db49be3 (patch)
tree8e232b136f765947629f0e06d168f1b7f91ee336 /source
parent8186ba15abe4da9e055c94024a41342f3fd0cd14 (diff)
missed updating this when modifying addons module.
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 4ad3b0d3249..d2e5619455e 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -428,7 +428,7 @@ int WM_read_homefile(bContext *C, ReportList *reports, short from_memory)
#ifdef WITH_PYTHON
if(CTX_py_init_get(C)) {
/* sync addons, these may have changed from the defaults */
- BPY_string_exec(C, "__import__('bpy').utils.addon_reset_all()");
+ BPY_string_exec(C, "__import__('addon_utils').reset_all()");
BPY_driver_reset();
BPY_modules_load_user(C);