mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Note: some modules (i.e wthr and bat) have their names in order to avoid the situation when module name matches segment name: import powerline.segments.common.weather will import weather segment because `powerline.segments.common` contains line `from powerline.segments.common.weather import weather`. Fixes #1083