From dae641412ebebdf7fd7364f07a577688a375715d Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 7 Jul 2016 19:51:53 +0200 Subject: Fix a circular import introduced in 409b1513 It breaks python 3.4 which is touchy about them, https://bugs.python.org/issue17636 --- poezio/tabs/basetabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/basetabs.py') 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): """ -- cgit v1.2.3