Add __future__ import

This commit is contained in:
ZyX 2014-08-24 21:08:20 +04:00
parent dc7f8c22e6
commit 69939f351c
1 changed files with 1 additions and 0 deletions

View File

@ -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