Log message for revision 102010: - LP #399633: fixed interpreter paths
Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/ZPublisher/tests/generate_conflicts.py U Zope/branches/2.12/src/Zope2/utilities/check_catalog.py U Zope/branches/2.12/src/Zope2/utilities/compilezpy.py U Zope/branches/2.12/src/Zope2/utilities/copyzopeskel.py U Zope/branches/2.12/src/Zope2/utilities/decompilezpy.py U Zope/branches/2.12/src/Zope2/utilities/load_site.py U Zope/branches/2.12/src/Zope2/utilities/mkzeoinstance.py U Zope/branches/2.12/src/Zope2/utilities/mkzopeinstance.py U Zope/branches/2.12/src/Zope2/utilities/requestprofiler.py U Zope/branches/2.12/src/Zope2/utilities/zpasswd.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst =================================================================== --- Zope/branches/2.12/doc/CHANGES.rst 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/doc/CHANGES.rst 2009-07-19 12:09:32 UTC (rev 102010) @@ -20,6 +20,9 @@ - Five: Fixed the permissions creation feature added in Zope 2.12.0a2. +- LP #399633: fixed interpreter paths + + Zope 2.12.0 b3 (2009/07/15) --------------------------- Modified: Zope/branches/2.12/src/ZPublisher/tests/generate_conflicts.py =================================================================== --- Zope/branches/2.12/src/ZPublisher/tests/generate_conflicts.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/ZPublisher/tests/generate_conflicts.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,10 +1,10 @@ ## This script requires: -## - python2.4 +## - python >= 2.4 ## - Zope 3's zope.testbrowser package: ## http://www.zope.org/Members/benji_york/ZopeTestbrowser-0.9.0.tgz ## ## The just run: -## $python2.4 generate_conflicts.py +## $python generate_conflicts.py import base64 import string import threading Modified: Zope/branches/2.12/src/Zope2/utilities/check_catalog.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/check_catalog.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/check_catalog.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,4 +1,3 @@ -#!/usr/bin/env python2.4 ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/compilezpy.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/compilezpy.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/compilezpy.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.4 - ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/copyzopeskel.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/copyzopeskel.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/copyzopeskel.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.4 - ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/decompilezpy.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/decompilezpy.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/decompilezpy.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.4 - ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/load_site.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/load_site.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/load_site.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.4 - ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/mkzeoinstance.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/mkzeoinstance.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/mkzeoinstance.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.4 - ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/mkzopeinstance.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/mkzopeinstance.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/mkzopeinstance.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.4 - ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/requestprofiler.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/requestprofiler.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/requestprofiler.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,4 +1,3 @@ -#!/usr/bin/env python2.4 ############################################################################## # # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. Modified: Zope/branches/2.12/src/Zope2/utilities/zpasswd.py =================================================================== --- Zope/branches/2.12/src/Zope2/utilities/zpasswd.py 2009-07-19 10:32:21 UTC (rev 102009) +++ Zope/branches/2.12/src/Zope2/utilities/zpasswd.py 2009-07-19 12:09:32 UTC (rev 102010) @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.4 - ############################################################################## # # Copyright (c) 2001,2002 Zope Corporation and Contributors. _______________________________________________ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins