mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
13 lines
279 B
Python
13 lines
279 B
Python
|
|
$FreeBSD$
|
|
|
|
--- dal/dbapi/db_row.py
|
|
+++ dal/dbapi/db_row.py
|
|
@@ -699,7 +699,6 @@
|
|
assert '__init__' not in cls_dict
|
|
|
|
def __init__(self, fields):
|
|
- super(row_class, self).__init__(fields)
|
|
self.fields = field_class(fields)
|
|
|
|
row_class.__init__ = __init__
|