summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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