freebsd-ports/www/zope28/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py
Vsevolod Stakhov edcea35a0e Change installation prefix and names of startup scripts for easy migration.
Permit running www/zope and www/zope28 at the same time on the same host.
Use static pkg-plist instead dynamic one.

PR:		86397
Submitted by:	Denis Shaposhnikov (maintainer)
2005-09-21 22:20:35 +00:00

10 lines
324 B
Python

--- lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Thu Aug 11 09:11:19 2005
+++ lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py Wed Sep 7 12:19:37 2005
@@ -12,6 +12,7 @@
from Testing.makerequest import makerequest
+from __future__ import generators
import Zope2
Zope2.startup()