[Zope-CVS]
CVS: Products/Basket/tests/fixtures-src/notzipsafe/notzipsafe
- __init__.py:1.1 test_image.jpg:1.1
Chris McDonough
chrism at plope.com
Thu Nov 10 13:21:31 EST 2005
Update of /cvs-repository/Products/Basket/tests/fixtures-src/notzipsafe/notzipsafe
In directory cvs.zope.org:/tmp/cvs-serv15635/tests/fixtures-src/notzipsafe/notzipsafe
Added Files:
__init__.py test_image.jpg
Log Message:
Break oiut Basket class and support functions into a basket.py module.
If an egg is marked explicitly as "not-zip-safe", unzip it to a tempdir and add the tempdir to sys.path.
=== Added File Products/Basket/tests/fixtures-src/notzipsafe/notzipsafe/__init__.py ===
# this is a non-zip-safe product
def initialize(context):
return 'not zip safe'
=== Added File Products/Basket/tests/fixtures-src/notzipsafe/notzipsafe/test_image.jpg ===
<Binary-ish file>
More information about the Zope-CVS
mailing list