From 01ab21ad07eac2fb97089bd17792a052a486eb85 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 2 Jan 2015 18:39:27 +0100 Subject: Import urlib.request for Python 3. --- pyaggr3g470r/notifications.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/notifications.py') diff --git a/pyaggr3g470r/notifications.py b/pyaggr3g470r/notifications.py index 94f34774..34548f3c 100644 --- a/pyaggr3g470r/notifications.py +++ b/pyaggr3g470r/notifications.py @@ -19,8 +19,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import utils -import conf +from pyaggr3g470r import utils +from pyaggr3g470r import conf from pyaggr3g470r import emails def information_message(subject, plaintext): -- cgit