mirror of
https://github.com/powerline/powerline.git
synced 2025-05-22 23:51:00 +02:00
According to the `sys.path` documentation “As initialized upon program startup, the first item of this list, path[0], is the directory containing the script that was used to invoke the Python interpreter.” Since client is named `powerline.py` it tries to use the client itself as powerline module and obviously fails to import `lib` submodule.