diff --git a/py27/bacpypes/object.py b/py27/bacpypes/object.py index ce414a2..b14941d 100755 --- a/py27/bacpypes/object.py +++ b/py27/bacpypes/object.py @@ -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: diff --git a/py34/bacpypes/object.py b/py34/bacpypes/object.py index 8cab811..5c53d14 100644 --- a/py34/bacpypes/object.py +++ b/py34/bacpypes/object.py @@ -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: