# HG changeset patch # User Paul Boddie # Date 1277577294 -7200 # Node ID 0a00875173bfd5576bedb3237d5c5facaef78b3f # Parent 533880275f46082b92b9916912a0172ec57e18e8 Added note messages. diff -r 533880275f46 -r 0a00875173bf moinsetup.py --- a/moinsetup.py Thu Jun 10 01:10:25 2010 +0200 +++ b/moinsetup.py Sat Jun 26 20:34:54 2010 +0200 @@ -663,6 +663,9 @@ if exists(css_file_path): shutil.copy(css_file_path, target_dir) + note("Don't forget to add theme resources for extensions for this theme.") + note("Don't forget to edit theme stylesheets for any extensions.") + def install_extension_package(self, extension_dir): "Install any libraries from 'extension_dir' using a setup script." @@ -728,6 +731,8 @@ if copied: status("Copied theme resources into %s..." % theme_dir) + note("Don't forget to edit theme stylesheets for any extensions.") + def edit_theme_stylesheet(self, theme_stylesheet, imported_stylesheet, action="ensure", theme_name=None): """