[Zope3-checkins] CVS: Zope3/bin - zbundle:1.2

Fred L. Drake, Jr. fred at zope.com
Fri Sep 5 18:13:45 EDT 2003


Update of /cvs-repository/Zope3/bin
In directory cvs.zope.org:/tmp/cvs-serv10506/bin

Modified Files:
	zbundle 
Log Message:
- move the bundle tool to "zope.app.fssync" since it only makes sense
  for the app server
- use the "zope.fssync.copier" module to handle object copying
- snapshot some prelimary code for an "unpack" operation, which will copy
  objects out of a bundle into a site management folder (completely untested)


=== Zope3/bin/zbundle 1.1 => 1.2 ===
--- Zope3/bin/zbundle:1.1	Tue Aug 12 18:08:31 2003
+++ Zope3/bin/zbundle	Fri Sep  5 17:13:14 2003
@@ -27,6 +27,6 @@
 if srcdir not in sys.path:
     sys.path.insert(0, srcdir)
 
-from zope.fssync.bundle import main
+from zope.app.fssync.main import main
 
 sys.exit(main())




More information about the Zope3-Checkins mailing list