From 69939f351cd9c9d555fa1cd091b67314558e862b Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 24 Aug 2014 21:08:20 +0400 Subject: [PATCH] Add __future__ import --- powerline/segments/tmux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/powerline/segments/tmux.py b/powerline/segments/tmux.py index ab8e3e95..3a027aa4 100644 --- a/powerline/segments/tmux.py +++ b/powerline/segments/tmux.py @@ -1,4 +1,5 @@ # vim:fileencoding=utf-8:noet +from __future__ import absolute_import, unicode_literals, division, print_function from powerline.bindings.tmux import get_tmux_output