test/cmdtest_d/include: xinput.py -> input.py
This commit is contained in:
parent
b2e210485f
commit
3b3834f521
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue