summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-02-20 10:43:15 -0500
committerLuke Macken <lmacken@redhat.com>2008-02-20 10:43:15 -0500
commitea96a8f59e6c4935de21dbf6db3a4dce41aa470b (patch)
treecb6a26d16ed6da3e8a9f5352e4eb5b3aff0c57fb /funcweb
parentcbfb50ccc2fff8f71e7b1c521df991b4de18dc02 (diff)
downloadthird_party-func-ea96a8f59e6c4935de21dbf6db3a4dce41aa470b.tar.gz
third_party-func-ea96a8f59e6c4935de21dbf6db3a4dce41aa470b.tar.xz
third_party-func-ea96a8f59e6c4935de21dbf6db3a4dce41aa470b.zip
Add an entry point to our FuncWebVisitManager
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/funcweb/setup.py b/funcweb/setup.py
index cff4101..c634983 100644
--- a/funcweb/setup.py
+++ b/funcweb/setup.py
@@ -72,6 +72,10 @@ setup(
'turbogears.identity.provider' : [
'pam = funcweb.identity.pamprovider:PAMIdentityProvider'
],
+
+ 'turbogears.visit.manager' : [
+ 'funcvisit = funcweb.identity.visit:FuncWebVisitManager'
+ ],
},
# Uncomment next line and create a default.cfg file in your project dir
# if you want to package a default configuration in your egg.