Commit 63e22319 authored by Amos Latteier's avatar Amos Latteier

import ImageFile from ImageFile, not Globals

parent d137d925
......@@ -91,9 +91,10 @@ from ZPublisher.mapply import mapply
from ExtensionClass import Base
from App.FactoryDispatcher import FactoryDispatcher
from ComputedAttribute import ComputedAttribute
from ImageFile import ImageFile
from OFS.misc_ import p_
p_.ZClass_Icon=Globals.ImageFile('class.gif', globals())
p_.ZClass_Icon=ImageFile('class.gif', globals())
builtins=(
('ObjectManager ObjectManager', 'Object Manager',
......
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