From 5c2f8206d298ba45f66888e6b8db2541149af1c0 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Mon, 31 May 2021 03:15:42 +0300 Subject: Revert "Modernise module import for python 3" This reverts commit 7b2bc1384615ce7956d81620ffc16bf2938849bd. --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') 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',) -- cgit v1.2.3