[Checkins] SVN: grok/branches/ksmith_mcweekly-layers-011/src/grok/ renamed ILayer IGrokLayer

Kevin Smith kevin at mcweekly.com
Fri Sep 14 23:33:12 EDT 2007


Log message for revision 79654:
  renamed ILayer IGrokLayer

Changed:
  U   grok/branches/ksmith_mcweekly-layers-011/src/grok/__init__.py
  U   grok/branches/ksmith_mcweekly-layers-011/src/grok/components.py
  U   grok/branches/ksmith_mcweekly-layers-011/src/grok/meta.py

-=-
Modified: grok/branches/ksmith_mcweekly-layers-011/src/grok/__init__.py
===================================================================
--- grok/branches/ksmith_mcweekly-layers-011/src/grok/__init__.py	2007-09-14 23:21:30 UTC (rev 79653)
+++ grok/branches/ksmith_mcweekly-layers-011/src/grok/__init__.py	2007-09-15 03:33:10 UTC (rev 79654)
@@ -36,7 +36,7 @@
 from grok.components import Application, Form, AddForm, EditForm, DisplayForm
 from grok.components import Indexes
 from grok.components import Permission, Role
-from grok.components import Skin, ILayer
+from grok.components import Skin, IGrokLayer
 from grok.directive import (context, name, title, template, templatedir,
                             provides, baseclass, global_utility, local_utility,
                             permissions, require, site, layer)

Modified: grok/branches/ksmith_mcweekly-layers-011/src/grok/components.py
===================================================================
--- grok/branches/ksmith_mcweekly-layers-011/src/grok/components.py	2007-09-14 23:21:30 UTC (rev 79653)
+++ grok/branches/ksmith_mcweekly-layers-011/src/grok/components.py	2007-09-15 03:33:10 UTC (rev 79654)
@@ -487,7 +487,7 @@
 class Role(object):
     pass
 
-class ILayer(interface.Interface):
+class IGrokLayer(interface.Interface):
     pass
 
 class Skin(object):

Modified: grok/branches/ksmith_mcweekly-layers-011/src/grok/meta.py
===================================================================
--- grok/branches/ksmith_mcweekly-layers-011/src/grok/meta.py	2007-09-14 23:21:30 UTC (rev 79653)
+++ grok/branches/ksmith_mcweekly-layers-011/src/grok/meta.py	2007-09-15 03:33:10 UTC (rev 79654)
@@ -661,7 +661,7 @@
 
 
 class ILayerGrokker(martian.ClassGrokker):
-    component_class = grok.ILayer
+    component_class = grok.IGrokLayer
 
 
 class SkinGrokker(martian.ClassGrokker):



More information about the Checkins mailing list