minor edits to recent fix for addons

This commit is contained in:
2011-09-23 13:47:29 +00:00
parent f7c8ea702f
commit c658b74db5
4 changed files with 23 additions and 16 deletions

View File

@@ -33,11 +33,7 @@ import bpy as _bpy
error_duplicates = False
error_encoding = False
_addons_fake_modules = {}
def module_get(mod_name):
return _addons_fake_modules[mod_name]
addons_fake_modules = {}
def paths():