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