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 | 9a487e87aceddbf656f14961356c74cb7a1de146 (patch) | |
tree | c0fdf4b757001e8781061763fbcd7e19e92abbff /tests/test_encrypted.py | |
parent | a2ab7b2b9ca71f7c9fc99f6ddb614d6061c17b81 (diff) |
Cleanup tests.
Diffstat (limited to 'tests/test_encrypted.py')
-rw-r--r-- | tests/test_encrypted.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_encrypted.py b/tests/test_encrypted.py index 4ee03a3c..8cb6dc51 100644 --- a/tests/test_encrypted.py +++ b/tests/test_encrypted.py @@ -1,8 +1,3 @@ -try: - import simplejson as json -except ImportError: - import json # noqa - import unittest2 as unittest import os |