test/cmdtest_d/include: xinput.py -> input.py

This commit is contained in:
The MMGen Project 2025-03-29 09:30:15 +00:00
commit 3b3834f521
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -7,12 +7,12 @@
# Licensed according to the terms of GPL Version 3. See LICENSE for details.
"""
test.cmdtest_d.input: Shared input routines for the cmdtest.py test suite
test.cmdtest_d.include.input: Shared input routines for the cmdtest.py test suite
"""
import time
from ...include.common import getrand
from .common import randbool
from ..include.common import getrand
def stealth_mnemonic_entry(t, mne, mn, entry_mode, pad_entry=False):