Skip to content

Commit 571a515

Browse files
author
Erlend E. Aasland
committed
Fix inter-test includes
1 parent 195709a commit 571a515

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_sqlite3/test_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import sqlite3 as sqlite
2525

2626
from test.support.os_helper import TESTFN, unlink
27-
from .test_userfunctions import with_tracebacks
27+
from test_userfunctions import with_tracebacks
2828

2929
class CollationTests(unittest.TestCase):
3030
def test_create_collation_not_string(self):

Lib/test/test_sqlite3/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import functools
2929
from test import support
3030

31-
from .test_dbapi import managed_connect
31+
from test_dbapi import managed_connect
3232

3333
class RegressionTests(unittest.TestCase):
3434
def setUp(self):

0 commit comments

Comments
 (0)