summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
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.