aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2021-05-31 03:15:42 +0300
committerkongr45gpen <electrovesta@gmail.com>2021-05-31 03:16:21 +0300
commit5c2f8206d298ba45f66888e6b8db2541149af1c0 (patch)
treead6216cebcdf7330e6aa98f4de89d92866fae25b /plugin.py
parent9730a70d93aac6daefafb41d988146a6aa68e5a5 (diff)
downloadsupybot_github-5c2f8206d298ba45f66888e6b8db2541149af1c0.tar.gz
supybot_github-5c2f8206d298ba45f66888e6b8db2541149af1c0.tar.bz2
supybot_github-5c2f8206d298ba45f66888e6b8db2541149af1c0.zip
Revert "Modernise module import for python 3"
This reverts commit 7b2bc1384615ce7956d81620ffc16bf2938849bd.
Diffstat (limited to 'plugin.py')
-rw-r--r--plugin.py6
1 files changed, 3 insertions, 3 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy