[Downloader] Define Translator in converters module (#2239)

Fixes #2236
This commit is contained in:
Christopher Rice 2018-10-14 02:09:54 -04:00 committed by Toby Harradine
parent 7cd765d548
commit 9588a5740c

View File

@ -1,7 +1,10 @@
import discord import discord
from redbot.core import commands from redbot.core import commands
from redbot.core.i18n import Translator
from .installable import Installable from .installable import Installable
_ = Translator("Koala", __file__)
class InstalledCog(Installable): class InstalledCog(Installable):
@classmethod @classmethod