summaryrefslogtreecommitdiff
path: root/lib/thandy/repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/repository.py')
-rw-r--r--lib/thandy/repository.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py
index a9b0d19..e5d94ff 100644
--- a/lib/thandy/repository.py
+++ b/lib/thandy/repository.py
@@ -4,10 +4,7 @@ import thandy.formats
import thandy.util
import thandy.packagesys.PackageSystem
-try:
- import json
-except ImportError:
- import simplejson as json
+json = thandy.util.importJSON()
import logging
import os