PluginDownloader: remove useless import

This commit is contained in:
Valentin Lorentz 2011-04-28 16:54:25 +02:00
parent 6e00168662
commit 64b4a61d3a

View File

@ -35,7 +35,6 @@ import urllib2
import tarfile import tarfile
from cStringIO import StringIO from cStringIO import StringIO
import git
import supybot.log as log import supybot.log as log
import supybot.conf as conf import supybot.conf as conf