Index: lnt/testing/__init__.py =================================================================== --- lnt/testing/__init__.py +++ lnt/testing/__init__.py @@ -7,14 +7,10 @@ """ import datetime +import json import re from lnt.util import logger -try: - import json -except ImportError: - import simplejson as json - # We define the following constants for use as sample values by # convention. PASS = 0