From 9a487e87aceddbf656f14961356c74cb7a1de146 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 22 Jan 2013 09:51:08 -0200 Subject: Cleanup tests. --- tests/test_encrypted.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/test_encrypted.py') 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 -- cgit v1.2.3