mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +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 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