[CMF-checkins] SVN: CMF/branches/1.5/CMFDefault/setuphandlers.py -
	Remove redundant 'various' logic for mailhost and cookie crumbler.
    Tres Seaver 
    tseaver at palladion.com
       
    Wed Sep 21 11:39:00 EDT 2005
    
    
  
Log message for revision 38553:
   - Remove redundant 'various' logic for mailhost and cookie crumbler.
Changed:
  U   CMF/branches/1.5/CMFDefault/setuphandlers.py
-=-
Modified: CMF/branches/1.5/CMFDefault/setuphandlers.py
===================================================================
--- CMF/branches/1.5/CMFDefault/setuphandlers.py	2005-09-21 09:48:47 UTC (rev 38552)
+++ CMF/branches/1.5/CMFDefault/setuphandlers.py	2005-09-21 15:38:59 UTC (rev 38553)
@@ -37,9 +37,7 @@
         return 'Various settings: Nothing to import.'
 
     gen = PortalGenerator()
-    gen.setupMailHost(site)
     gen.setupUserFolder(site)
-    gen.setupCookieAuth(site)
     gen.setupMembersFolder(site)
     gen.setupMimetypes(site)
 
    
    
More information about the CMF-checkins
mailing list