From 2338ab2e3eaded35552bb28df442ca5852358d52 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 11 Dec 2015 12:17:55 -0500 Subject: [PATCH] Add absolute import for compatibility with Python 2.7 (even though late pmxbot only runs on Python 3). --- wolframalpha/pmxbot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolframalpha/pmxbot.py b/wolframalpha/pmxbot.py index e9bdae0..e76ddfe 100644 --- a/wolframalpha/pmxbot.py +++ b/wolframalpha/pmxbot.py @@ -1,4 +1,6 @@ # -*- coding: utf-8 -*- +from __future__ import absolute_import + from pmxbot.core import command import wolframalpha