bpo-46425: use absolute imports in test_sqlite3 (GH-30676)

This commit is contained in:
Nikita Sobolev 2022-01-22 19:03:56 +03:00 committed by GitHub
parent 101a184d49
commit 55f4ec460e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View file

@ -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"