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 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') 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',) -- cgit v1.2.3