mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
PluginDownloader: remove broken repo/unused import
Antibody/supybot-plugins does not seem to work anymore, and causes errors with 'repolist'.
This commit is contained in:
parent
c58399730b
commit
867cdb0562
@ -34,7 +34,6 @@ import sys
|
|||||||
import json
|
import json
|
||||||
import shutil
|
import shutil
|
||||||
import urllib
|
import urllib
|
||||||
import urllib2
|
|
||||||
import tarfile
|
import tarfile
|
||||||
from cStringIO import StringIO
|
from cStringIO import StringIO
|
||||||
|
|
||||||
@ -242,10 +241,6 @@ repositories = {
|
|||||||
'spidey-supybot-plugins',
|
'spidey-supybot-plugins',
|
||||||
'Plugins',
|
'Plugins',
|
||||||
),
|
),
|
||||||
'Antibody': GithubRepository(
|
|
||||||
'Antibody',
|
|
||||||
'supybot-plugins',
|
|
||||||
),
|
|
||||||
'doorbot': GithubRepository(
|
'doorbot': GithubRepository(
|
||||||
'hacklab',
|
'hacklab',
|
||||||
'doorbot',
|
'doorbot',
|
||||||
|
Loading…
Reference in New Issue
Block a user