[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/meta.py Slightly improve name

Philipp von Weitershausen philikon at philikon.de
Fri Aug 1 08:26:07 EDT 2008


Log message for revision 89129:
  Slightly improve name
  

Changed:
  U   grok/branches/jw-simpler-skin-registration/src/grok/meta.py

-=-
Modified: grok/branches/jw-simpler-skin-registration/src/grok/meta.py
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/meta.py	2008-08-01 12:21:01 UTC (rev 89128)
+++ grok/branches/jw-simpler-skin-registration/src/grok/meta.py	2008-08-01 12:26:07 UTC (rev 89129)
@@ -760,7 +760,7 @@
 
 _skin_not_used = object()
 
-class SkinAsDirectiveGrokker(martian.InstanceGrokker):
+class SkinInterfaceDirectiveGrokker(martian.InstanceGrokker):
     martian.component(InterfaceClass)
 
     def grok(self, name, factory, module_info, config, **kw):



More information about the Checkins mailing list