Add absolute import for compatibility with Python 2.7 (even though late pmxbot only runs on Python 3).

This commit is contained in:
Jason R. Coombs 2015-12-11 12:17:55 -05:00
parent 8b30f6c472
commit 2338ab2e3e

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from pmxbot.core import command
import wolframalpha