mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Added a missing i18n import to channelhandler
This commit is contained in:
parent
22bbc40678
commit
9522a94ece
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ from builtins import object
|
|||
from evennia.comms.models import ChannelDB
|
||||
from evennia.commands import cmdset, command
|
||||
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
class ChannelCommand(command.Command):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue