Commit 9ba9610b authored by Jim Fulton's avatar Jim Fulton

Got rid of some unused methods.

parent cf5b46c0
...@@ -89,8 +89,8 @@ Aqueduct database adapters, etc. ...@@ -89,8 +89,8 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new This module can also be used as a simple template for implementing new
item types. item types.
$Id: SimpleItem.py,v 1.57 1999/06/23 13:41:20 jim Exp $''' $Id: SimpleItem.py,v 1.58 1999/06/23 15:27:01 jim Exp $'''
__version__='$Revision: 1.57 $'[11:-2] __version__='$Revision: 1.58 $'[11:-2]
import regex, sys, Globals, App.Management, Acquisition import regex, sys, Globals, App.Management, Acquisition
from webdav.Resource import Resource from webdav.Resource import Resource
...@@ -240,12 +240,6 @@ class Item(Base, Resource, CopySource, App.Management.Tabs): ...@@ -240,12 +240,6 @@ class Item(Base, Resource, CopySource, App.Management.Tabs):
if hasattr(self, '_v_eek'): del self._v_eek if hasattr(self, '_v_eek'): del self._v_eek
tb=None tb=None
def uniqueId(self):
return self._p_oid
def aqObjectBind(self, ob):
return ob.__of__(self)
def manage(self, URL1): def manage(self, URL1):
" " " "
raise 'Redirect', "%s/manage_main" % URL1 raise 'Redirect', "%s/manage_main" % URL1
......
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