summaryrefslogtreecommitdiff
path: root/test/test_windows.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-14 13:00:42 +0200
committermathieui <mathieui@mathieui.net>2017-10-14 13:00:42 +0200
commit225f300ef3acd04c6d2c27d833a6a3cb03bc6317 (patch)
tree670471ce3cf78d7825a16f83ab629efc9432d372 /test/test_windows.py
parent3b5e3964699f6e5eee05ac3d62847d782a9fe135 (diff)
downloadpoezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.tar.gz
poezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.tar.bz2
poezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.tar.xz
poezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.zip
Remove some unused imports
Diffstat (limited to 'test/test_windows.py')
-rw-r--r--test/test_windows.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_windows.py b/test/test_windows.py
index 8623342b..cb7c86b7 100644
--- a/test/test_windows.py
+++ b/test/test_windows.py
@@ -6,9 +6,8 @@ class ConfigShim(object):
from poezio import config
config.config = ConfigShim()
-from poezio import core
-from poezio.windows import Input, HistoryInput, MessageInput, CommandInput
+from poezio.windows import Input, HistoryInput, MessageInput
@pytest.fixture
def input():