Skip to content

Commit

Permalink
add repoze.tm
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Oct 11, 2011
1 parent 7bc92d2 commit 79ba3c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start3.py
Expand Up @@ -62,8 +62,9 @@ def getPrincipal(uri):
$resource_url/show_info on either folder or content.
"""
#import ptah, will fix
import repoze.tm
app = ptah.make_wsgi_app({'settings':r'./ptah.ini'})
from ptah import authentication
authentication.checkers = []

serve(app, host='0.0.0.0')
serve(repoze.tm.TM(app), host='0.0.0.0')

0 comments on commit 79ba3c6

Please sign in to comment.