forked from openlp/openlp
Changed TestRecord ot inhearit from object
This commit is contained in:
parent
8713bba796
commit
d73664e54a
@ -11,7 +11,7 @@ import pyodbc
|
|||||||
|
|
||||||
from openlp.plugins.songs.lib.worshipcenterproimport import WorshipCenterProImport
|
from openlp.plugins.songs.lib.worshipcenterproimport import WorshipCenterProImport
|
||||||
|
|
||||||
class TestRecord:
|
class TestRecord(object):
|
||||||
"""
|
"""
|
||||||
Microsoft Access Driver is not available on non Microsoft Systems for this reason the :class:`TestRecord` is used
|
Microsoft Access Driver is not available on non Microsoft Systems for this reason the :class:`TestRecord` is used
|
||||||
to simulate a recordset that would be returned by pyobdc.
|
to simulate a recordset that would be returned by pyobdc.
|
||||||
|
Loading…
Reference in New Issue
Block a user