mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
10 lines
267 B
Python
10 lines
267 B
Python
--- 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__
|