Changed TestRecord ot inhearit from object

This commit is contained in:
phill-ridout 2013-07-06 15:22:30 +01:00
parent 8713bba796
commit d73664e54a

View File

@ -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.