[Checkins] SVN: grok/branches/philikon-methodgrokker/src/grok/rest.py Remove superfluous class.

Philipp von Weitershausen philikon at philikon.de
Mon May 26 06:55:22 EDT 2008


Log message for revision 86963:
  Remove superfluous class.
  

Changed:
  U   grok/branches/philikon-methodgrokker/src/grok/rest.py

-=-
Modified: grok/branches/philikon-methodgrokker/src/grok/rest.py
===================================================================
--- grok/branches/philikon-methodgrokker/src/grok/rest.py	2008-05-26 09:43:33 UTC (rev 86962)
+++ grok/branches/philikon-methodgrokker/src/grok/rest.py	2008-05-26 10:55:20 UTC (rev 86963)
@@ -60,9 +60,6 @@
         applySkin(self.request, skin)
         return self.context
 
-class DefaultRest(grok.REST):
-    grok.context(Interface)
-    grok.layer(grok.IRESTLayer)
 
 class NotAllowedREST(grok.REST):
     """These are registered for everything by default to cause the correct



More information about the Checkins mailing list