[Zope-Checkins] CVS: Zope/inst - do.py:1.8.4.1 setup.py:1.1.2.13
Chris McDonough
chrism@zope.com
Fri, 3 Jan 2003 01:21:52 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv25196
Modified Files:
Tag: chrism-install-branch
do.py setup.py
Log Message:
Checkpoint checkin for inst directory.
=== Zope/inst/do.py 1.8 => 1.8.4.1 ===
--- Zope/inst/do.py:1.8 Wed Aug 14 17:17:32 2002
+++ Zope/inst/do.py Fri Jan 3 01:21:20 2003
@@ -48,8 +48,7 @@
if user:
do("chown %s %s" % (user, path), 0, quiet)
- do("chmod %s %s" % (oct(mode), path), 0, quiet)
-
+ os.chmod(path, mode)
def make(*args):
print
=== Zope/inst/setup.py 1.1.2.12 => 1.1.2.13 ===
--- Zope/inst/setup.py:1.1.2.12 Thu Jan 2 11:50:54 2003
+++ Zope/inst/setup.py Fri Jan 3 01:21:20 2003
@@ -666,8 +666,7 @@
name='Top-level',
author=AUTHOR,
- py_modules=['Globals', 'ImageFile', 'LOG', 'Main', 'dcdb', 'ts_regex',
- 'xmlrpclib','zope']
+ py_modules=['Globals', 'ImageFile', 'LOG', 'ts_regex', 'xmlrpclib','zope']
)
# Products base directory