Skip to content

Commit

Permalink
CLIENT_FORMATS from tmuxp.formats package
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 21, 2013
1 parent c18ca84 commit 72da62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmuxp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def list_clients(self):
``$ tmux list-clients``
'''
cformats = CLIENT_FORMATS
cformats = formats.CLIENT_FORMATS
tmux_formats = ['#{%s}' % format for format in cformats]
# import ipdb
# ipdb.set_trace()
Expand Down

0 comments on commit 72da62f

Please sign in to comment.