예제 #1
0
 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
예제 #2
0
 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