mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +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.