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

master
Jason R. Coombs 9 years ago
parent 8b30f6c472
commit 2338ab2e3e
  1. 2
      wolframalpha/pmxbot.py

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

Loading…
Cancel
Save