[Zope-Checkins] CVS: Zope/inst/in - make_instance.py.in:1.1.2.4

Chris McDonough chrism@zope.com
Tue, 8 Oct 2002 19:15:55 -0400


Update of /cvs-repository/Zope/inst/in
In directory cvs.zope.org:/tmp/cvs-serv1772/inst/in

Modified Files:
      Tag: chrism-install-branch
	make_instance.py.in 
Log Message:
Make instance home installs work a bit better by changing the mode of the make_instance.py file
to executable.

Various cleanups and makefile mods.


=== Zope/inst/in/make_instance.py.in 1.1.2.3 => 1.1.2.4 ===
--- Zope/inst/in/make_instance.py.in:1.1.2.3	Sun Oct  6 17:42:51 2002
+++ Zope/inst/in/make_instance.py.in	Tue Oct  8 19:15:54 2002
@@ -13,6 +13,7 @@
 ##############################################################################
 """Make an INSTANCE_HOME."""
 
+
 import sys, os, string, stat, getopt
 import sha, binascii
 import install, file_from_infile