diff --git a/evennia/commands/default/comms.py b/evennia/commands/default/comms.py index c4bc7d4d04..a4c7c63713 100644 --- a/evennia/commands/default/comms.py +++ b/evennia/commands/default/comms.py @@ -7,6 +7,7 @@ make sure to homogenize self.caller to always be the player object for easy handling. """ +from past.builtins import cmp from django.conf import settings from evennia.comms.models import ChannelDB, Msg #from evennia.comms import irc, imc2, rss