[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser - SQLScriptEdit.py:1.8

Jim Fulton jim@zope.com
Thu, 5 Sep 2002 14:55:34 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv21741/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser

Modified Files:
	SQLScriptEdit.py 
Log Message:
Moved the Schema package into the Zope package.

Also cleaned up a bunch of "from x import *".


=== Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/SQLScriptEdit.py 1.7 => 1.8 ===
--- Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/SQLScriptEdit.py:1.7	Wed Sep  4 09:44:29 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/SQLScriptEdit.py	Thu Sep  5 14:55:03 2002
@@ -18,7 +18,7 @@
 from Zope.App.Forms.Views.Browser import Widget
 from Zope.App.Forms.Widget import CustomWidget
 from Zope.App.Forms.Views.Browser.FormView import FormView
-from Schema.Converter import StrToIntConverter
+from Zope.Schema.Converter import StrToIntConverter
 from Zope.App.OFS.Content.SQLScript.ISQLScript import ISQLScript
 
 class SQLScriptEdit(FormView):