CVS: Products/Basket/tests/fixtures-src/externalmethod/externalmethod - __init__.py:1.1

Chris McDonough <[email protected]> Sat, 26 Nov 2005 16:34:33 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/Basket/tests/fixtures-src/externalmethod/externalmethod
In directory cvs.zope.org:/tmp/cvs-serv13879/externalmethod/externalmethod

Added Files:
	__init__.py 
Log Message:
Add external method fixture source.


=== Added File Products/Basket/tests/fixtures-src/externalmethod/externalmethod/__init__.py ===
# this is a product which loads an external method

def initialize(context):
    from Products.ExternalMethod.ExternalMethod import ExternalMethod
    em = ExternalMethod('temp', 'temp', 'externalmethod.somemodule',
                        'someExternalMethod')
    return em('external method')




_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS