14 Dec
1998
14 Dec
'98
2:53 p.m.
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