From 099ddc795c9007bb9759879e1cbcddb911cb9348 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 22 Mar 2016 00:27:48 -0500 Subject: [PATCH] Rename weather.py to weathercom.py With the addition of wunderground.py, this makes the naming of this module less general. --- i3pystatus/weather/{weather.py => weathercom.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename i3pystatus/weather/{weather.py => weathercom.py} (100%) diff --git a/i3pystatus/weather/weather.py b/i3pystatus/weather/weathercom.py similarity index 100% rename from i3pystatus/weather/weather.py rename to i3pystatus/weather/weathercom.py