From 7b2bc1384615ce7956d81620ffc16bf2938849bd Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sun, 30 May 2021 23:07:39 +0300 Subject: Modernise module import for python 3 --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin.py') diff --git a/plugin.py b/plugin.py index e5010c9..27b28cf 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