Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-05-10 19:29:43 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-05-10 19:29:43 (GMT)
commit0b6699c0c4be54a96a747388ea13259471d5cb07 (patch)
treeeb2f7bbbb0ec8779b6354397e6d0c9273cfdbd0f /bin
parentbdf0e842d2d8f9e6181ce2b8413637eb0629b252 (diff)
Marshall properties over dbus. Verify that the proper Property subclasses are returned via the mapping layer.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sample-client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sample-client.py b/bin/sample-client.py
index b32ac89..2d4f54c 100755
--- a/bin/sample-client.py
+++ b/bin/sample-client.py
@@ -15,6 +15,7 @@ def main():
print "huh?", datastore.find(dict(fulltext="kfdshaksjd"))
datastore.update(uid, dict(title="updated title"), "/etc/passwd")
+ print datastore.get_properties(uid)
datastore.delete(uid)
if __name__ == '__main__':