summaryrefslogtreecommitdiff
path: root/test/test_windows.py
diff options
context:
space:
mode:
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():