Skip to content

Commit a077881

Browse files
committed
:chore: formats: Import tweak
1 parent 60f6cf1 commit a077881

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

libtmux/formats.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
For reference: https://github.com/tmux/tmux/blob/master/format.c
77
88
"""
9+
import os
910

10-
from __future__ import absolute_import, unicode_literals, with_statement
11-
12-
from os import environ
13-
14-
FORMAT_SEPERATOR = environ.get("TMUX_SEPERATOR", "|")
11+
FORMAT_SEPERATOR = os.environ.get("TMUX_SEPERATOR", "|")
1512

1613
SESSION_FORMATS = [
1714
'session_name',

0 commit comments

Comments
 (0)