Add absolute import for compatibility with Python 2.7 (even though late pmxbot only runs on Python 3).
This commit is contained in:
parent
8b30f6c472
commit
2338ab2e3e
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import
|
||||
|
||||
from pmxbot.core import command
|
||||
|
||||
import wolframalpha
|
||||
|
|
Loading…
Reference in New Issue
Block a user