Skip to content
Snippets Groups Projects
Commit e1fee281 authored by jkerdreu's avatar jkerdreu
Browse files

fix a bug that avoid getAttributes to work

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1402 b32b6428-25c9-4566-ad07-03861ab6144f
parent f8fb2ec1
Branches
No related tags found
No related merge requests found
......@@ -483,8 +483,7 @@ class Composite(_ParentComposite):
getAttributes.exposed = True
class GatewayError(DeviceError):
pass
class GatewayError(DeviceError): pass
class Gateway(_ParentComposite):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment