Import python3 compatible object.

This commit is contained in:
Ahmed Charles 2015-10-23 02:26:37 +00:00 committed by Griatch
parent 4f07da29c2
commit 11b61fe335
43 changed files with 43 additions and 0 deletions

View file

@ -18,6 +18,7 @@ for updating health bars etc. See also GMCP which is another standard
doing the same thing.
"""
from builtins import object
import re
import json
from evennia.utils.utils import to_str