summaryrefslogtreecommitdiff
path: root/poezio/tabs/basetabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-07-07 19:51:53 +0200
committermathieui <mathieui@mathieui.net>2016-07-07 19:51:53 +0200
commitdae641412ebebdf7fd7364f07a577688a375715d (patch)
tree507318f8689689e546fbe17c7c8ede53d29767fa /poezio/tabs/basetabs.py
parent3dcb04992dd6eb3f76f9d449ae7118da2c572d08 (diff)
downloadpoezio-dae641412ebebdf7fd7364f07a577688a375715d.tar.gz
poezio-dae641412ebebdf7fd7364f07a577688a375715d.tar.bz2
poezio-dae641412ebebdf7fd7364f07a577688a375715d.tar.xz
poezio-dae641412ebebdf7fd7364f07a577688a375715d.zip
Fix a circular import introduced in 409b1513
It breaks python 3.4 which is touchy about them, https://bugs.python.org/issue17636
Diffstat (limited to 'poezio/tabs/basetabs.py')
-rw-r--r--poezio/tabs/basetabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index ea5aed6e..dbd57aa4 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -164,7 +164,7 @@ class Tab(object):
@staticmethod
def resize(scr):
Tab.height, Tab.width = scr.getmaxyx()
- windows.TAB_WIN = scr
+ windows.base_wins.TAB_WIN = scr
def missing_command_callback(self, command_name):
"""