powerline/scripts
ZyX cb877e75ab Make `powerline-config` without arguments show proper message
In Python-3* it used to show the following:

    Traceback (most recent call last):
    File "/usr/lib/python-exec/python3.3/powerline-config", line 66, in <module>
        args.function(pl, args)
    AttributeError: 'Namespace' object has no attribute 'function'

now it shows

    usage: powerline-config [-h] {tmux,shell} ...
    powerline-config: error: too few arguments

in both python-2.7 and -3.3.

Fixes #1120.
2014-10-18 20:01:31 +04:00
..
.gitignore Add files from @kovidgoyal's powerline-daemon repo 2014-08-02 18:45:18 +04:00
powerline-config Make `powerline-config` without arguments show proper message 2014-10-18 20:01:31 +04:00
powerline-daemon Replace all ASCII ' with Unicode ’ in comments and docstrings 2014-09-20 17:48:15 +04:00
powerline-lint Unify imports 2014-09-01 00:25:24 +04:00
powerline-release.py Update manifests 2014-09-21 17:06:43 +04:00
powerline-render Use powerline.lib.encoding* in place of sys.get*encoding/locale.get* 2014-09-17 00:05:10 +04:00