More cleanup

This commit is contained in:
Matt Wright
2012-05-24 21:44:50 -04:00
parent 97d49395ba
commit 2d0c49f4b4
+1 -2
View File
@@ -204,8 +204,7 @@ class Security(object):
def __init__(self, app=None, datastore=None, **kwargs):
self.init_app(app, datastore, **kwargs)
def init_app(self, app, datastore,
registerable=True, recoverable=True, template_folder=None):
def init_app(self, app, datastore, registerable=True, recoverable=True):
"""Initializes the Flask-Security extension for the specified
application and datastore implentation.