def iterload_objects(import_paths): """ Load a list of objects. """ return map(load_object, import_paths)