summaryrefslogtreecommitdiffstats
path: root/devel/py-dal/files/patch-dal_dbapi_db__row.py
blob: d1a704795fdbcd668750d4639e83645194bb607e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

$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__
OpenPOWER on IntegriCloud