summaryrefslogtreecommitdiff
path: root/paste/auth/form.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/auth/form.py')
-rw-r--r--paste/auth/form.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/auth/form.py b/paste/auth/form.py
index 4e6aa49..9be82a2 100644
--- a/paste/auth/form.py
+++ b/paste/auth/form.py
@@ -131,7 +131,7 @@ def make_form(app, global_conf, realm, authfunc, **kw):
use = egg:Paste#auth_form
realm=myrealm
authfunc=somepackage.somemodule:somefunction
-
+
"""
from paste.util.import_string import eval_import
import types