[CMF-checkins] CVS: CMF/CMFCore - __init__.py:1.20.2.1

Yvo Schubbe schubbe@web.de
Sun, 24 Nov 2002 19:00:15 -0500


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv15222/CMFCore

Modified Files:
      Tag: yuppie-collector067-branch
	__init__.py 
Log Message:
Moved URLTool.py and explainURLTool.dtml to CMFCore. (Collector #67)
- changed meta_type
- removed string functions and redundant code
- added interface and basic tests

=== CMF/CMFCore/__init__.py 1.20 => 1.20.2.1 ===
--- CMF/CMFCore/__init__.py:1.20	Thu Nov 21 12:53:29 2002
+++ CMF/CMFCore/__init__.py	Sun Nov 24 19:00:14 2002
@@ -19,6 +19,7 @@
 import MembershipTool, WorkflowTool, CatalogTool, DiscussionTool
 import ActionsTool, UndoTool, RegistrationTool, SkinsTool
 import MemberDataTool, TypesTool
+import URLTool
 import DirectoryView, FSImage, FSFile, FSPropertiesObject
 import FSDTMLMethod, FSPythonScript, FSSTXMethod
 import FSZSQLMethod
@@ -57,6 +58,7 @@
     SkinsTool.SkinsTool,
     MemberDataTool.MemberDataTool,
     TypesTool.TypesTool,
+    URLTool.URLTool,
     )