Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'taproject.py')
-rw-r--r--taproject.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/taproject.py b/taproject.py
index 05c2a87..88a6f32 100644
--- a/taproject.py
+++ b/taproject.py
@@ -32,8 +32,8 @@ try:
except (ImportError, AttributeError):
try:
import simplejson as json
- from json import load as jload
- from json import dump as jdump
+ from simplejson import load as jload
+ from simplejson import dump as jdump
except:
# use pickle on old systems
_old_Sugar_system = True