[Checkins] SVN: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/resource.py_tmpl Register the library under the package name.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Dec 6 08:36:08 EST 2010


Log message for revision 118719:
  Register the library under the package name.

Changed:
  U   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/resource.py_tmpl

-=-
Modified: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/resource.py_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/resource.py_tmpl	2010-12-06 13:35:31 UTC (rev 118718)
+++ grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/resource.py_tmpl	2010-12-06 13:36:08 UTC (rev 118719)
@@ -1,6 +1,6 @@
 from fanstatic import Library, ResourceInclusion
 
-library = Library('foo', 'browser/resources/foo')
+library = Library('${project_lowercase}', 'static')
 
 style = ResourceInclusion(library, 'style.css')
 



More information about the checkins mailing list