[Zope-DB] CVS: Products/DCOracle2/DCOracle2 - DCOracle2.py:1.73
Matthew T. Kromer
matt@zope.com
Tue, 9 Oct 2001 14:05:29 -0400
Update of /cvs-repository/Products/DCOracle2/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv28447/DCOracle2
Modified Files:
DCOracle2.py
Log Message:
Fixed an apparent typo with __str should be __str__
=== Products/DCOracle2/DCOracle2/DCOracle2.py 1.72 => 1.73 ===
return repr(self.value)
- def __str(self):
+ def __str__(self):
return str(self.value)
# Set up the type objects: note that dco2 represents a lot of things as