Python3 import fixes.

This commit is contained in:
Rapptz
2015-08-28 16:55:40 -04:00
parent faa7b726cd
commit b7fc383013
5 changed files with 16 additions and 17 deletions

View File

@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE.
import datetime
import re
from user import User
from .user import User
class Message(object):
"""Represents a message from Discord.