| Index: sitescripts/reports/web/submitReport.py | 
| =================================================================== | 
| --- a/sitescripts/reports/web/submitReport.py | 
| +++ b/sitescripts/reports/web/submitReport.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 | 
| +import re, os | 
| from urlparse import parse_qs | 
| from sitescripts.utils import get_config, get_template, setupStderr | 
| from sitescripts.web import url_handler | 
|  |