Commit f7bdb451 authored by 's avatar

- added comment (warn against usage in unit tests)

parent dd5fdeb2
......@@ -20,6 +20,8 @@ _meta_type_regs = []
def findProducts():
# Warning: This function only works reliable if called *after* running
# OFS.Application.import_products. ZopeLite tests disable import_products.
from types import ModuleType
products = []
for name in dir(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