def load_themes(): roots = path(__file__).abspath().parent / 'roots' yield roots / 'test-double-inheriting-theme' / 'base_themes_dir' for t in load_theme_plugins(): yield t