pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / ipsilon / login / common.py
index 6e21635..c7c8050 100644 (file)
@@ -185,7 +185,6 @@ class LoginFormBase(LoginPageBase):
 
     def GET(self, *args, **kwargs):
         context = self.create_tmpl_context()
-        # pylint: disable=star-args
         return self._template(self.formtemplate, **context)
 
     def root(self, *args, **kwargs):