Merge commit 'HEAD@{1}' into develop

This commit is contained in:
Foo 2015-05-10 22:46:45 +03:00
commit d9790cc1ae
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ def source_tmux_files(pl, args, tmux_version=None, source_tmux_file=source_tmux_
class EmptyArgs(object): class EmptyArgs(object):
def __init__(self, ext, config_path): def __init__(self, ext, config_path):
self.ext = [ext] self.ext = [ext]
self.side = 'left'
self.config_path = None self.config_path = None
def __getattr__(self, attr): def __getattr__(self, attr):