Commit b6d55fd1 authored by 's avatar

checkin some cleanup from removing str() coercion

parent 9b43e3b0
...@@ -84,8 +84,8 @@ ...@@ -84,8 +84,8 @@
############################################################################## ##############################################################################
__doc__='''Generic Database Connection Support __doc__='''Generic Database Connection Support
$Id: Connection.py,v 1.30 2000/11/03 16:24:42 brian Exp $''' $Id: Connection.py,v 1.31 2000/11/03 16:28:35 brian Exp $'''
__version__='$Revision: 1.30 $'[11:-2] __version__='$Revision: 1.31 $'[11:-2]
import Globals, OFS.SimpleItem, AccessControl.Role, Acquisition, sys import Globals, OFS.SimpleItem, AccessControl.Role, Acquisition, sys
from DateTime import DateTime from DateTime import DateTime
...@@ -164,8 +164,6 @@ class Connection( ...@@ -164,8 +164,6 @@ class Connection(
def manage_edit(self, title, connection_string, check=None, REQUEST=None): def manage_edit(self, title, connection_string, check=None, REQUEST=None):
"""Change connection """Change connection
""" """
title=title
connection_string=connection_string
self.edit(title, connection_string, check) self.edit(title, connection_string, check)
if REQUEST is not None: if REQUEST is not None:
return MessageDialog( return MessageDialog(
......
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