From 487897e7cc80810326cc1fa3ef1047c7d5e12a6c Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 20 Mar 2020 16:35:21 -0700 Subject: [PATCH] PluginDownloader: remove legacy name & python 2 branch of my repo --- plugins/PluginDownloader/plugin.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 93375f77c..30032f5e1 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -293,20 +293,6 @@ repositories = utils.InsensitivePreservingDict({ 'jlu5', 'SupyPlugins', ), - 'jlu5-py2legacy': GithubRepository( - 'jlu5', - 'SupyPlugins', - branch='python2-legacy' - ), - 'GLolol': GithubRepository( - 'jlu5', - 'SupyPlugins', - ), - 'GLolol-py2legacy': GithubRepository( - 'jlu5', - 'SupyPlugins', - branch='python2-legacy' - ), 'Iota': GithubRepository( 'IotaSpencer', 'supyplugins',