From f38efab9994eff44bfd10b1766c1dc2e2c482855 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Fri, 23 Oct 2015 02:30:26 +0000 Subject: [PATCH] Import python3 compatible cmp. --- evennia/commands/default/comms.py | 1 + 1 file changed, 1 insertion(+) 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