Commit 19742a4c authored by Jim Fulton's avatar Jim Fulton

Fixed typo.

parent 5cb50620
__doc__="""System management components"""
__version__='$Revision: 1.21 $'[11:-2]
__version__='$Revision: 1.22 $'[11:-2]
import sys,os,time,Globals
......@@ -10,7 +10,7 @@ from OFS import SimpleItem
class ApplicationManager(ObjectManager,SimpleItem.Item,CacheManager):
"""System management"""
__roles__=['Manager,',]
__roles__=['Manager']
manage=manage_main=HTMLFile('appMain', globals())
manage_packForm=HTMLFile('pack', globals())
......
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