summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-28 00:25:01 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-28 00:25:01 +0100
commit29ac9ec597c195f1325cc764594d6b57b019e23a (patch)
tree4f56c694b2c16e625b599bed61f23b91ec27e613 /poezio/windows
parent36377f78ba388e995687b0179ec351f8fbd54afe (diff)
downloadpoezio-29ac9ec597c195f1325cc764594d6b57b019e23a.tar.gz
poezio-29ac9ec597c195f1325cc764594d6b57b019e23a.tar.bz2
poezio-29ac9ec597c195f1325cc764594d6b57b019e23a.tar.xz
poezio-29ac9ec597c195f1325cc764594d6b57b019e23a.zip
Import Singleton instead of its module, and remove unused imports.
Diffstat (limited to 'poezio/windows')
-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'