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-29 18:34:35 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-05-29 18:34:35 (GMT)
commit505ae7e30f4fa0001174dd69ffcfc0222c210a82 (patch)
tree84b9f49f1ea51ef61435581c2000793703245877 /bin
parent4b64050a7c3c4b84039da0a0ac425f9681d49920 (diff)
typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sample-client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sample-client.py b/bin/sample-client.py
index 23945ec..040c8e5 100755
--- a/bin/sample-client.py
+++ b/bin/sample-client.py
@@ -20,7 +20,7 @@ def main():
print "bcsaller", datastore.find(dict(fulltext="bcsaller"))
print "huh?", datastore.find(dict(fulltext="kfdshaksjd"))
- datastore.update(uid, dict(title="updated title"), title"), os.path.abspath('tests/test.doc'))
+ datastore.update(uid, dict(title="updated title"), os.path.abspath('tests/test.doc'))
datastore.update(uid, dict(title="another updated title"), os.path.abspath('tests/test.odt'))
print datastore.get_properties(uid)
#datastore.delete(uid)