[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/ rename skin directive fixture

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


Log message for revision 88887:
  rename skin directive fixture

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

-=-
Deleted: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface_fixture.py
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface_fixture.py	2008-07-28 19:37:34 UTC (rev 88886)
+++ grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface_fixture.py	2008-07-28 19:42:20 UTC (rev 88887)
@@ -1,5 +0,0 @@
-import grok
-from zope import interface
-
-class IIsInterface(interface.Interface):
-    grok.skin('skin name')

Copied: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective_fixture.py (from rev 88882, grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface_fixture.py)
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective_fixture.py	                        (rev 0)
+++ grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective_fixture.py	2008-07-28 19:42:20 UTC (rev 88887)
@@ -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