mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Dont use a kitten for prewarm
This commit is contained in:
parent
9be68966b4
commit
2dd1201c3f
3 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class Prewarm(BaseTest):
|
|||
maxDiff = None
|
||||
|
||||
def test_prewarming(self):
|
||||
from kittens.prewarm.main import PrewarmProcess
|
||||
from kitty.prewarm import PrewarmProcess
|
||||
|
||||
p = PrewarmProcess(create_file_to_read_from_worker=True)
|
||||
cwd = tempfile.gettempdir()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue