marcwebbie / passpie

:closed_lock_with_key: Multiplatform command-line password manager
http://passpie.readthedocs.org/
MIT License
921 stars 68 forks source link

Update completion.py #56

Closed cs09g closed 9 years ago

cs09g commented 9 years ago

changed #50 code

from pair = {shell_name : shell_name.upper()} to pair = {shell_name : globals()[shell_name.upper()]}

landscape-bot commented 9 years ago

Code Health Repository health decreased by 0.14% when pulling a23caac on cs09g:master into 4760f99 on marcwebbie:master.

marcwebbie commented 9 years ago

looks like it is still failing on travis.

cs09g commented 9 years ago

yes, but it's weird why '\n' is the error in python 3.x version.

cs09g commented 9 years ago

I guess it's tab issue. I'm gonna open again soon.