Commit 112e1a55 authored by Jim Fulton's avatar Jim Fulton

Got rid of id, title, and icon defaults.

parent 0db3511d
......@@ -84,9 +84,9 @@
##############################################################################
__doc__="""Object Manager
$Id: ObjectManager.py,v 1.54 1999/03/22 17:34:50 jim Exp $"""
$Id: ObjectManager.py,v 1.55 1999/03/24 18:44:51 jim Exp $"""
__version__='$Revision: 1.54 $'[11:-2]
__version__='$Revision: 1.55 $'[11:-2]
import App.Management, Acquisition, App.Undo, Globals
import App.FactoryDispatcher, ts_regex
......@@ -111,13 +111,10 @@ class ObjectManager(
meta_type ='ObjectManager'
meta_types = dynamic_meta_types = ()
id ='default'
title=''
icon='p_/folder'
_objects =()
_properties =({'id':'title', 'type': 'string'},)
manage_main =HTMLFile('main', globals())
manage_main=HTMLFile('main', globals())
manage_options=(
......
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