~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to intern/tools/bpy_introspect_ui.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
    bpy_extras.keyconfig_utils.keyconfig_merge = lambda a, b: ()
311
311
 
312
312
    addon_utils = module_add("addon_utils")
313
 
    addon_utils.modules = lambda f: ()
 
313
    addon_utils.modules = lambda f: []
 
314
    addon_utils.modules_refresh = lambda f: None
314
315
    addon_utils.module_bl_info = lambda f: None
315
316
    addon_utils.addons_fake_modules = {}
316
317
    addon_utils.error_duplicates = ()