| Index: Source/bindings/scripts/unstable/idl_reader.py
|
| diff --git a/Source/bindings/scripts/unstable/idl_reader.py b/Source/bindings/scripts/unstable/idl_reader.py
|
| index 1b0ea0436e5f0650b584bdfd5f36fbab86afa95c..f7cf553203016574eb0fba134f33ad1d40b3501a 100644
|
| --- a/Source/bindings/scripts/unstable/idl_reader.py
|
| +++ b/Source/bindings/scripts/unstable/idl_reader.py
|
| @@ -36,7 +36,7 @@ import idl_validator
|
| import interface_dependency_resolver
|
|
|
|
|
| -class IdlReader:
|
| +class IdlReader(object):
|
| def __init__(self, interfaces_info=None, idl_attributes_filename=None, outputdir=''):
|
| if idl_attributes_filename:
|
| self.extended_attribute_validator = idl_validator.IDLExtendedAttributeValidator(idl_attributes_filename)
|
|
|