summaryrefslogtreecommitdiff
path: root/lib/thandy/repository.py
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-20 01:34:10 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-20 01:34:10 +0000
commit8f2b45c7d53196044700417ded3b87b5195c0e6f (patch)
treec9959e6e7d524e8fcd2ec8f58fea8f8c1cc15d15 /lib/thandy/repository.py
parent7cb547f61d9605bf1f0d0f122c96c140a082ec15 (diff)
what the heck kind of language doesn't have basic function checking?
git-svn-id: file:///home/or/svnrepo/updater/trunk@17329 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib/thandy/repository.py')
-rw-r--r--lib/thandy/repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py
index 121c5c1..855e93a 100644
--- a/lib/thandy/repository.py
+++ b/lib/thandy/repository.py
@@ -475,7 +475,7 @@ class LocalRepository:
logging.info("No way to check whether a %s package is "
"up-to-date." % package['format'])
else:
- handles = psys.packageHandlesFromJSon(package)
+ handles = psys.packageHandlesFromJSON(package)
for h in handles:
allHandles[h.getRelativePath()] = h