[Checkins] SVN: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/resource.py_tmpl Update to latest fanstatic.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Sat Dec 11 10:18:13 EST 2010


Log message for revision 118804:
  Update to latest fanstatic.

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-11 14:59:15 UTC (rev 118803)
+++ grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/src/+package+/resource.py_tmpl	2010-12-11 15:18:12 UTC (rev 118804)
@@ -1,7 +1,7 @@
-from fanstatic import Library, ResourceInclusion
+from fanstatic import Library, Resource
 
 library = Library('${project_lowercase}', 'static')
 
-style = ResourceInclusion(library, 'style.css')
+style = Resource(library, 'style.css')
 
-hello = ResourceInclusion(library, 'hello.js')
+hello = Resource(library, 'hello.js')



More information about the checkins mailing list