From 5e4645d7d2a93c265434bb554e72d6468fc538a4 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Tue, 29 Sep 2015 13:21:24 +0000 Subject: [PATCH] Summary: Trim the test-crawl imports - Legacy-Id: 10107 --- bin/test-crawl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test-crawl b/bin/test-crawl index b4cea6417..3d5ba5a81 100755 --- a/bin/test-crawl +++ b/bin/test-crawl @@ -1,6 +1,6 @@ #!/usr/bin/env python -import os, sys, re, datetime, argparse, traceback, tempfile, json, subprocess +import os, sys, re, datetime, argparse, traceback, json, subprocess import html5lib import random