aboutsummaryrefslogtreecommitdiffstats
path: root/test.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 /test.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 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 67aa1f4..89298e3 100644
--- a/test.py
+++ b/test.py
@@ -2,7 +2,7 @@
from supybot.log import info
from supybot.test import *
-from local.testing.ExpectationPluginTestCase import *
+from .local.testing.ExpectationPluginTestCase import *
class GithubTestCase(ExpectationPluginTestCase):
plugins = ('Github',)

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