diff options
| author | Rapptz <[email protected]> | 2015-08-28 16:55:40 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-28 16:55:40 -0400 |
| commit | b7fc383013ce135216a958aa1f1a0cecceedbfae (patch) | |
| tree | d5db3dadd7af51e6ef4c54bc8b656336feb00f2e /discord/message.py | |
| parent | Quick documentation fixes (diff) | |
| download | discord.py-b7fc383013ce135216a958aa1f1a0cecceedbfae.tar.xz discord.py-b7fc383013ce135216a958aa1f1a0cecceedbfae.zip | |
Python3 import fixes.
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index 0f7006cb..2f529e09 100644 --- a/discord/message.py +++ b/discord/message.py @@ -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. |