Removed useless import from plugins/misc.py

This commit is contained in:
Luke Rogers 2011-11-21 15:30:30 +13:00
parent 3abd8acef7
commit b4c2a245cf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import socket
import subprocess
import time
from util import hook, http
from util import hook
socket.setdefaulttimeout(10) # global setting