[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirectiveonaclass_fixture.py add a fixture to illustrate what will go wrong when the skin directive is used on just a class not interface

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jul 28 15:45:14 EDT 2008


Log message for revision 88889:
  add a fixture to illustrate what will go wrong when the skin directive is used on just a class not interface

Changed:
  A   grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirectiveonaclass_fixture.py

-=-
Copied: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirectiveonaclass_fixture.py (from rev 88887, grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective_fixture.py)
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirectiveonaclass_fixture.py	                        (rev 0)
+++ grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirectiveonaclass_fixture.py	2008-07-28 19:45:14 UTC (rev 88889)
@@ -0,0 +1,5 @@
+import grok
+from zope import interface
+
+class IIsInterface(interface.Interface):
+    grok.skin('skin name')



More information about the Checkins mailing list