diff options
author | drebs <drebs@leap.se> | 2013-01-22 09:51:08 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-01-22 09:51:38 -0200 |
commit | 9fc4829334e337155ef49de168e492ed7cfe58d7 (patch) | |
tree | 9c41dfcf8e54e84297cc7e490d56fd1dcfd0768c /src/leap/soledad/tests/test_encrypted.py | |
parent | eae9fd4b5d93845fc708abb722714ebf9d003418 (diff) |
Cleanup tests.
Diffstat (limited to 'src/leap/soledad/tests/test_encrypted.py')
-rw-r--r-- | src/leap/soledad/tests/test_encrypted.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/leap/soledad/tests/test_encrypted.py b/src/leap/soledad/tests/test_encrypted.py index 4ee03a3c..8cb6dc51 100644 --- a/src/leap/soledad/tests/test_encrypted.py +++ b/src/leap/soledad/tests/test_encrypted.py @@ -1,8 +1,3 @@ -try: - import simplejson as json -except ImportError: - import json # noqa - import unittest2 as unittest import os |