From 7f5338d772c78d2340ba75fa184db005aecaf925 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 22 Mar 2016 00:27:18 -0500 Subject: [PATCH] Move weather.py, wunderground.py to i3pystatus.weather --- i3pystatus/{ => weather}/weather.py | 0 i3pystatus/{ => weather}/wunderground.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename i3pystatus/{ => weather}/weather.py (100%) rename i3pystatus/{ => weather}/wunderground.py (100%) diff --git a/i3pystatus/weather.py b/i3pystatus/weather/weather.py similarity index 100% rename from i3pystatus/weather.py rename to i3pystatus/weather/weather.py diff --git a/i3pystatus/wunderground.py b/i3pystatus/weather/wunderground.py similarity index 100% rename from i3pystatus/wunderground.py rename to i3pystatus/weather/wunderground.py