Merge pull request #1244 from GLolol/patch-2

Google: remove unused & duplicated imports
This commit is contained in:
Valentin Lorentz 2016-05-12 17:50:58 +02:00
commit cc0eaaef0c

View File

@ -30,10 +30,7 @@
import re
import sys
import cgi
import json
import time
import socket
import supybot.conf as conf
import supybot.utils as utils
@ -46,8 +43,6 @@ import supybot.callbacks as callbacks
from supybot.i18n import PluginInternationalization, internationalizeDocstring
_ = PluginInternationalization('Google')
import json
class Google(callbacks.PluginRegexp):
"""This is a simple plugin to provide access to the Google services we
all know and love from our favorite IRC bot."""