mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-46425: use absolute imports in test_sqlite3 (GH-30676)
This commit is contained in:
parent
101a184d49
commit
55f4ec460e
4 changed files with 5 additions and 6 deletions
|
|
@ -23,7 +23,7 @@
|
|||
import os, unittest
|
||||
import sqlite3 as sqlite
|
||||
|
||||
from .test_dbapi import memory_database
|
||||
from test.test_sqlite3.test_dbapi import memory_database
|
||||
|
||||
def get_db_path():
|
||||
return "sqlite_testdb"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue