Signed-off-by: Dylan Baker <[email protected]> --- framework/shader_test.py | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/framework/shader_test.py b/framework/shader_test.py index aebb5d7..6dbb80d 100755 --- a/framework/shader_test.py +++ b/framework/shader_test.py @@ -23,12 +23,7 @@ # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -try: - import simplejson as json -except ImportError: - import json import os -import os.path import os.path as path import re import sys -- 1.8.5.3 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
