Make the "base" recipe more complete

This commit is contained in:
Laurent Bachelier 2013-02-07 00:23:02 +01:00 committed by Romain Bignon
commit 73d93f2d09
3 changed files with 29 additions and 1 deletions

View file

@ -90,6 +90,7 @@ class BaseRecipe(Recipe):
self.write('__init__.py', self.template('init'))
self.write('backend.py', self.template('base_backend'))
self.write('browser.py', self.template('base_browser'))
self.write('pages.py', self.template('base_pages'))
class ComicRecipe(Recipe):