Merge pull request #531 from nyuszika7h/fix-1

Web: Fix exception on timeout
This commit is contained in:
Valentin Lorentz 2013-12-25 08:18:47 -08:00
commit 032e9a2b12
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
import re
import sys
import socket
import HTMLParser
import htmlentitydefs