16 lines
579 B
Python
16 lines
579 B
Python
# ------------------------------------------------------------------------------
|
|
from appy.gen import *
|
|
from appy.gen.plone25.wrappers import AbstractWrapper
|
|
from appy.gen.plone25.wrappers.ToolWrapper import ToolWrapper
|
|
from appy.gen.plone25.wrappers.UserWrapper import UserWrapper
|
|
from appy.gen.plone25.wrappers.TranslationWrapper import TranslationWrapper
|
|
from Globals import InitializeClass
|
|
from AccessControl import ClassSecurityInfo
|
|
<!imports!>
|
|
|
|
<!User!>
|
|
<!Translation!>
|
|
<!Tool!>
|
|
<!wrappers!>
|
|
# ------------------------------------------------------------------------------
|