Skip to content

Commit d3ec69f

Browse files
committed
Another name
At some point I need to figure out why this happens
1 parent 60ce3b9 commit d3ec69f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/names.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def repl(mo):
8787
("from .carray import *", "from apsw.tests.carray import *"),
8888
("from .aiotest import *", "from apsw.tests.aiotest import *"),
8989
("from .extratest import *", "from apsw.tests.extratest import *"),
90+
("from .fork_checker import *", "from apsw.tests.fork_checker import *"),
9091
):
9192
old_source = old_source.replace(sub, repl)
9293

0 commit comments

Comments
 (0)