mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Merge pull request #1000 from GLolol/patch-1
PluginDownloader: remove broken repo/unused import
This commit is contained in:
commit
3decf9ae0a
@ -34,7 +34,6 @@ import sys
|
||||
import json
|
||||
import shutil
|
||||
import urllib
|
||||
import urllib2
|
||||
import tarfile
|
||||
from cStringIO import StringIO
|
||||
|
||||
@ -242,10 +241,6 @@ repositories = {
|
||||
'spidey-supybot-plugins',
|
||||
'Plugins',
|
||||
),
|
||||
'Antibody': GithubRepository(
|
||||
'Antibody',
|
||||
'supybot-plugins',
|
||||
),
|
||||
'doorbot': GithubRepository(
|
||||
'hacklab',
|
||||
'doorbot',
|
||||
|
Loading…
Reference in New Issue
Block a user