From 5c2f8206d298ba45f66888e6b8db2541149af1c0 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Mon, 31 May 2021 03:15:42 +0300 Subject: Revert "Modernise module import for python 3" This reverts commit 7b2bc1384615ce7956d81620ffc16bf2938849bd. --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin.py') diff --git a/plugin.py b/plugin.py index 27b28cf..e5010c9 100644 --- a/plugin.py +++ b/plugin.py @@ -46,9 +46,9 @@ import supybot.ircutils as ircutils import supybot.registry as registry import supybot.callbacks as callbacks -from local import globals -from local.handler import GithubHandler as RequestHandler -from local import utility as Utility +from .local import globals +from .local.handler import GithubHandler as RequestHandler +from .local import utility as Utility from imp import reload -- cgit v1.2.3