Remove a bunch of unused imports

This commit is contained in:
Daniel Martí 2013-08-21 20:47:43 +02:00
parent 4b97c0a470
commit 76d3b56ff5
6 changed files with 0 additions and 20 deletions

View file

@ -19,11 +19,6 @@
import sys
import os
import shutil
import re
import urllib
import time
import subprocess
import traceback
from optparse import OptionParser
import HTMLParser