missed updating reload scripts

This commit is contained in:
Campbell Barton
2010-01-28 17:50:50 +00:00
parent 6f4a26c9e0
commit ccfd67a8d0
2 changed files with 2 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ class WM_OT_reload_scripts(bpy.types.Operator):
def execute(self, context):
MOD = type(bpy)
bpy.load_scripts(True)
bpy.utils.load_scripts(True)
return {'FINISHED'}