mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
make Property inherit from object
This commit is contained in:
parent
0cf22189b8
commit
b79c64c83e
|
@ -156,7 +156,7 @@ def get_datatype(object_type, propid, vendor_id=0):
|
|||
#
|
||||
|
||||
@bacpypes_debugging
|
||||
class Property:
|
||||
class Property(object):
|
||||
|
||||
def __init__(self, identifier, datatype, default=None, optional=True, mutable=True):
|
||||
if _debug:
|
||||
|
|
|
@ -156,7 +156,7 @@ def get_datatype(object_type, propid, vendor_id=0):
|
|||
#
|
||||
|
||||
@bacpypes_debugging
|
||||
class Property:
|
||||
class Property(object):
|
||||
|
||||
def __init__(self, identifier, datatype, default=None, optional=True, mutable=True):
|
||||
if _debug:
|
||||
|
|
Loading…
Reference in New Issue
Block a user