[Zope] - Bug in sample product?

The Dragon De Monsyne dragondm@delta.integral.org
Mon, 14 Dec 1998 08:53:38 -0600 (CST)


	There's either a small bug in SampleProduct, or my zope install is
loopy.

I had to change this:

>
> from Globals import HTMLFile, MessageDialog
> import OFS.SimpleItem, Persistence,  Acquisition, AccessControl.Role
>

to this:

<
< from Globals import HTMLFile, MessageDialog
< from BoboPOS import Persistence
< import OFS.SimpleItem,  Acquisition, AccessControl.Role
<

	... in sample/Product.py to get things to work.


	-The Dragon De Monsyne