Commit e03186d6 authored by Jim Fulton's avatar Jim Fulton

Got rid of the no-longer-used method, 'parentObject'.

parent 1522e1a3
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
# #
############################################################################## ##############################################################################
__doc__="""System management components""" __doc__="""System management components"""
__version__='$Revision: 1.40 $'[11:-2] __version__='$Revision: 1.41 $'[11:-2]
import sys,os,time,string,Globals, Acquisition import sys,os,time,string,Globals, Acquisition
...@@ -191,10 +191,6 @@ class ApplicationManager(Folder,CacheManager): ...@@ -191,10 +191,6 @@ class ApplicationManager(Folder,CacheManager):
"""Return to the main management screen""" """Return to the main management screen"""
raise 'Redirect', URL2+'/manage' raise 'Redirect', URL2+'/manage'
def parentObject(self):
try: return (self.aq_parent,)
except: return ()
def process_time(self): def process_time(self):
s=int(time.time())-self.process_start s=int(time.time())-self.process_start
d=int(s/86400) d=int(s/86400)
......
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