[CMF-checkins] CVS: CMF/CMFWiki/Extensions - Install.py:1.5

Yvo Schubbe cvs-admin at zope.org
Sat Nov 29 08:06:18 EST 2003


Update of /cvs-repository/CMF/CMFWiki/Extensions
In directory cvs.zope.org:/tmp/cvs-serv5610/CMFWiki/Extensions

Modified Files:
	Install.py 
Log Message:
- don't import Persistent or PersistentMapping from ZODB
- other import cleanup


=== CMF/CMFWiki/Extensions/Install.py 1.4 => 1.5 ===
--- CMF/CMFWiki/Extensions/Install.py:1.4	Thu Aug  1 15:05:14 2002
+++ CMF/CMFWiki/Extensions/Install.py	Sat Nov 29 08:05:46 2003
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 """ CMFWiki Installation script
 
@@ -30,11 +30,12 @@
 $Id$
 """
 
+from Globals import PersistentMapping
+
 from Products.CMFCore.TypesTool import ContentFactoryMetadata
 from Products.CMFCore.DirectoryView import addDirectoryViews
 from Products.CMFCore.utils import getToolByName
 from Products.CMFWiki import CMFWikiPage, wiki_globals
-from ZODB.PersistentMapping import PersistentMapping
 from cStringIO import StringIO
 import string
 




More information about the CMF-checkins mailing list