Make ext a list

Ref #1264
This commit is contained in:
ZyX 2015-01-11 00:34:54 +03:00
parent 5d73ca814a
commit 4abeab04bd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def source_tmux_files(pl, args):
class EmptyArgs(object):
def __init__(self, ext, config_path):
self.ext = ext
self.ext = [ext]
self.config_path = None
def __getattr__(self, attr):