Commit a8d39ff9 authored by Jim Fulton's avatar Jim Fulton

Added zclass_product_name methods to help ZClasses compute their

product/location info.
parent 50681a4f
......@@ -320,6 +320,9 @@ class Product(Folder, PermissionManager):
def permissionMappingPossibleValues(self):
return self.possible_permissions()
def zclass_product_name(self):
return self.id
class CompressedOutputFile:
def __init__(self, rot):
self._c=zlib.compressobj()
......
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