[Zope-CVS] CVS: Products/OSCOM/NOTSite - setup.py:1.7

Tres Seaver tseaver@zope.com
Fri, 30 May 2003 15:48:39 -0400


Update of /cvs-repository/Products/OSCOM/NOTSite
In directory cvs.zope.org:/tmp/cvs-serv29398

Modified Files:
	setup.py 
Log Message:


  - Fix stupid typo, which broke the creation of a new NOTSite.


=== Products/OSCOM/NOTSite/setup.py 1.6 => 1.7 ===
--- Products/OSCOM/NOTSite/setup.py:1.6	Thu May 29 14:49:54 2003
+++ Products/OSCOM/NOTSite/setup.py	Fri May 30 15:48:38 2003
@@ -92,7 +92,7 @@
                               '(Web-configurable workflow [Classic])' )
                      
             #   These objects don't participate in workflow by default.
-            tool.setChainForPortalTypes( ( 'Folder', 'News Section' ), () )
+            wf_tool.setChainForPortalTypes( ( 'Folder', 'News Section' ), () )
 
         
     def setupActionIcons( self, new_site ):