copyright information added
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
the WSGI application
|
the WSGI application
|
||||||
|
|
||||||
:copyright: 2007 by Armin Ronacher.
|
:copyright: 2007 by Armin Ronacher, Christopher Grebs.
|
||||||
:license: BSD
|
:license: BSD
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
The paste controller
|
The paste controller
|
||||||
|
|
||||||
:copyright: 2007 by Armin Ronacher.
|
:copyright: 2007 by Armin Ronacher, Christopher Grebs.
|
||||||
:license: BSD
|
:license: BSD
|
||||||
"""
|
"""
|
||||||
from lodgeit.utils import redirect, PageNotFound, Response, \
|
from lodgeit.utils import redirect, PageNotFound, Response, \
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
The XMLRPC controller
|
The XMLRPC controller
|
||||||
|
|
||||||
:copyright: 2007 by Armin Ronacher, Georg Brandl.
|
:copyright: 2007 by Armin Ronacher, Georg Brandl, Christopher Grebs.
|
||||||
:license: BSD
|
:license: BSD
|
||||||
"""
|
"""
|
||||||
from lodgeit.utils import ctx, render_template
|
from lodgeit.utils import ctx, render_template
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Database fun :)
|
Database fun :)
|
||||||
|
|
||||||
:copyright: 2007 by Armin Ronacher.
|
:copyright: 2007 by Armin Ronacher, Christopher Grebs.
|
||||||
:license: BSD
|
:license: BSD
|
||||||
"""
|
"""
|
||||||
import time
|
import time
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Fight stupid spammers.
|
Fight stupid spammers.
|
||||||
|
|
||||||
:copyright: 2007 by Armin Ronacher.
|
:copyright: 2007 by Armin Ronacher, Christopher Grebs.
|
||||||
:license: BSD
|
:license: BSD
|
||||||
"""
|
"""
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user