Index: sitescripts/reports/web/updateReport.py |
=================================================================== |
--- a/sitescripts/reports/web/updateReport.py |
+++ b/sitescripts/reports/web/updateReport.py |
@@ -15,7 +15,7 @@ |
# You should have received a copy of the GNU General Public License |
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
-import re, os, sys, random |
+import re, random |
from urlparse import parse_qsl |
from sitescripts.utils import get_config, get_template, setupStderr |
from sitescripts.web import url_handler |