python/samples/immoi/samples/users-inheritance-impl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Correct the inheritance implementation of the users sample OI to use the right
IMM object.
diff --git a/python/samples/immoi/samples/users-inheritance-impl
b/python/samples/immoi/samples/users-inheritance-impl
--- a/python/samples/immoi/samples/users-inheritance-impl
+++ b/python/samples/immoi/samples/users-inheritance-impl
@@ -22,9 +22,9 @@ if __name__ == '__main__':
users_implementer = UsersImplementer()
try:
- obj = ImmObject(class_name=class_name, dn='usersId=2')
+ obj = ImmObject(class_name=class_name, dn='usersId=1')
- obj.usersId = 'usersId=2'
+ obj.usersId = 'usersId=1'
users_implementer.create(obj)
except SafException as err:
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel