Commit 8814f7c8 authored by Jim Fulton's avatar Jim Fulton

Undid some lever changes. Waaaa.

parent 9994410b
__doc__="""System management components"""
__version__='$Revision: 1.30 $'[11:-2]
__version__='$Revision: 1.31 $'[11:-2]
import sys,os,time,string,Globals
from Globals import HTMLFile
from OFS.ObjectManager import ObjectManager
from CacheManager import CacheManager
from OFS import SimpleItem, Folder
from OFS import SimpleItem
from App.Dialogs import MessageDialog
......@@ -42,11 +42,6 @@ class ApplicationManager(ObjectManager,SimpleItem.Item,CacheManager):
manage_delProperties=None
isPrincipiaFolderish=0
def __init__(self):
self.Factories=f=Folder.Folder()
f.id='Factories'
f.title='User-defined addable objects'
def copyToClipboard(self, REQUEST):
return Globals.MessageDialog(title='Not Supported',
message='This item cannot be copied',
......
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