ports/devel/py-dal/files/patch-dal_dbapi_db__row.py
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

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__