mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-04-22 02:59:17 -04:00
Rip out Downloader's non-UI functionality into private core API (#6706)
This commit is contained in:
@@ -6,8 +6,8 @@ import shutil
|
||||
|
||||
import pytest
|
||||
|
||||
from redbot.cogs.downloader.repo_manager import RepoManager, Repo, ProcessFormatter
|
||||
from redbot.cogs.downloader.installable import Installable, InstalledModule
|
||||
from redbot.core._downloader.repo_manager import RepoManager, Repo, ProcessFormatter
|
||||
from redbot.core._downloader.installable import Installable, InstalledModule
|
||||
|
||||
__all__ = [
|
||||
"GIT_VERSION",
|
||||
|
||||
Reference in New Issue
Block a user