mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-05 16:23:27 -04:00
Add basic backcompat for people using Downloader internals (#6713)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# This is a compatibility shim for people using Downloader internal pre-3.5.25.
|
||||
# It will probably get removed in Red 3.6.
|
||||
|
||||
# import everything from repo_manager module
|
||||
from redbot.core._downloader.repo_manager import *
|
||||
|
||||
# use Repo subclass with `convert()` method instead of Repo from repo_manager module
|
||||
from .converters import Repo
|
||||
Reference in New Issue
Block a user