mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Import python3 compatible cmp.
This commit is contained in:
parent
c9404bfb51
commit
f38efab999
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue