summaryrefslogtreecommitdiff
path: root/poezio/windows/base_wins.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/base_wins.py')
-rw-r--r--poezio/windows/base_wins.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/poezio/windows/base_wins.py b/poezio/windows/base_wins.py
index 613e2e3d..f1f9b84b 100644
--- a/poezio/windows/base_wins.py
+++ b/poezio/windows/base_wins.py
@@ -10,12 +10,9 @@ A Tab (see the poezio.tabs module) is composed of multiple Windows
import logging
log = logging.getLogger(__name__)
-import collections
import curses
import string
-from .. import core
-from .. import singleton
from .. theming import to_curses_attr, read_tuple
FORMAT_CHAR = '\x19'