| 11 |
|
|
| 12 |
tools = (USPSExpressMailLabelTool.USPSExpressMailLabelTool,) |
tools = (USPSExpressMailLabelTool.USPSExpressMailLabelTool,) |
| 13 |
|
|
|
#registerDirectory(SKINS_DIR, GLOBALS) |
|
|
|
|
| 14 |
def initialize(context): |
def initialize(context): |
| 15 |
|
|
|
# content_types, constructors, ftis = process_types( |
|
|
# listTypes(PROJECTNAME), |
|
|
# PROJECTNAME) |
|
|
|
|
| 16 |
utils.ToolInit('USPS Web Utilities', tools=tools, |
utils.ToolInit('USPS Web Utilities', tools=tools, |
| 17 |
product_name='USPSWebUtilities', icon='tool.gif', |
product_name='USPSWebUtilities', icon='usps_tool.gif', |
| 18 |
).initialize(context) |
).initialize(context) |
|
|
|
|
# utils.ContentInit( |
|
|
# PROJECTNAME + ' Content', |
|
|
# content_types = content_types, |
|
|
# permission = ADD_CONTENT_PERMISSION, |
|
|
# extra_constructors = constructors, |
|
|
# fti = ftis, |
|
|
# ).initialize(context) |
|
|
# |
|