Browse Source

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

The MMGen Project 3 days ago
parent
commit
3b3834f521
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/cmdtest_d/include/input.py

+ 2 - 2
test/cmdtest_d/include/xinput.py → test/cmdtest_d/include/input.py

@@ -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):