From 8f2b45c7d53196044700417ded3b87b5195c0e6f Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 20 Nov 2008 01:34:10 +0000 Subject: 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 --- lib/thandy/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3