aboutsummaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2021-05-30 23:07:39 +0300
committerkongr45gpen <electrovesta@gmail.com>2021-05-30 23:07:39 +0300
commit7b2bc1384615ce7956d81620ffc16bf2938849bd (patch)
tree6752fa13287cdd4214bbd67ea8630db0eae3e0af /test.py
parent9c4c04fb59efff1c1daaaf1959ee2857f29f95f9 (diff)
downloadsupybot_github-7b2bc1384615ce7956d81620ffc16bf2938849bd.tar.gz
supybot_github-7b2bc1384615ce7956d81620ffc16bf2938849bd.tar.bz2
supybot_github-7b2bc1384615ce7956d81620ffc16bf2938849bd.zip
Modernise module import for python 3
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 89298e3..67aa1f4 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