[Checkins] SVN: grokcore.xmlrpc/trunk/src/grokcore/xmlrpc/meta.py pep8 pyflakes

Christian Klinger cklinger at novareto.de
Mon Jan 3 08:25:24 EST 2011


Log message for revision 119296:
  pep8 pyflakes

Changed:
  U   grokcore.xmlrpc/trunk/src/grokcore/xmlrpc/meta.py

-=-
Modified: grokcore.xmlrpc/trunk/src/grokcore/xmlrpc/meta.py
===================================================================
--- grokcore.xmlrpc/trunk/src/grokcore/xmlrpc/meta.py	2011-01-03 11:59:13 UTC (rev 119295)
+++ grokcore.xmlrpc/trunk/src/grokcore/xmlrpc/meta.py	2011-01-03 13:25:22 UTC (rev 119296)
@@ -21,13 +21,9 @@
 of a Grok-based web application.
 
 """
-from grokcore.security.meta import PermissionGrokker
 from zope.publisher.interfaces.xmlrpc import IXMLRPCRequest
-
-
 from grokcore.view import make_checker
 
-
 import martian
 import grokcore.component
 import grokcore.security
@@ -37,6 +33,7 @@
 from zope.publisher.xmlrpc import XMLRPCView
 from zope.location import Location
 
+
 class MethodPublisher(XMLRPCView, Location):
     """Copied from zope.app.publisher.xmlrpc to get rid of that dependency.
     """



More information about the checkins mailing list