[Checkins] SVN: groktoolkit/trunk/doc/upgrade.txt small cosmetics in upgrade notes

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jan 20 11:41:10 EST 2011


Log message for revision 119794:
  small cosmetics in upgrade notes

Changed:
  U   groktoolkit/trunk/doc/upgrade.txt

-=-
Modified: groktoolkit/trunk/doc/upgrade.txt
===================================================================
--- groktoolkit/trunk/doc/upgrade.txt	2011-01-20 16:33:59 UTC (rev 119793)
+++ groktoolkit/trunk/doc/upgrade.txt	2011-01-20 16:41:10 UTC (rev 119794)
@@ -72,15 +72,16 @@
   3) In the ``setup.py`` of your project, add the following entry point (again,
      for each 'static' directory your project may have) ::
 
-     'fanstatic.libraries': [
+       'fanstatic.libraries': [
          'PACKAGENAME = PACKAGENAME.resource:library'
-     ]
+       ]
 
   Where the ``PACKAGENAME`` should be replaced with the dotted package name in
   which the 'static' directory resides.
 
   The ``grok.DirectoryResource`` components have not been removed from Grok.
-  So, your directory resources should continue to work unchanged.
+  So, the custom directory resources in your project should continue to work
+  unchanged.
 
 - The way templates are associated to view components has changed. In general,
   this should not lead to problems, just less spurious warnings when starting



More information about the checkins mailing list