mirror of
				https://github.com/powerline/powerline.git
				synced 2025-11-03 21:15:32 +01: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