Commit b12cdbf4 authored by Shane Hathaway's avatar Shane Hathaway

Testing a CVS problem.

parent eee81411
......@@ -84,12 +84,13 @@
##############################################################################
__doc__='''Factory objects
$Id: Factory.py,v 1.20 2000/08/14 14:34:23 shane Exp $'''
__version__='$Revision: 1.20 $'[11:-2]
$Id: Factory.py,v 1.21 2000/08/14 15:04:22 shane Exp $'''
__version__='$Revision: 1.21 $'[11:-2]
import OFS.SimpleItem, Acquisition, Globals, AccessControl.Role
import Products, Product
class Factory(
AccessControl.Role.RoleManager,
Globals.Persistent, Acquisition.Implicit, OFS.SimpleItem.Item
......
......@@ -118,6 +118,7 @@ import ZClasses, ZClasses.ZClass
from HelpSys.HelpSys import ProductHelp
class ProductFolder(Folder):
"Manage a collection of Products"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment