diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-27 23:59:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-27 23:59:39 +0100 |
commit | be19ac7cb8638d9a751f5ea32e2722d99604af85 (patch) | |
tree | d1b40cf570ff250c122e4e0981fbb06589963076 /src/weather.py | |
parent | doc + make it possible to select download command for weather (diff) | |
download | blueshift-be19ac7cb8638d9a751f5ea32e2722d99604af85.tar.gz blueshift-be19ac7cb8638d9a751f5ea32e2722d99604af85.tar.bz2 blueshift-be19ac7cb8638d9a751f5ea32e2722d99604af85.tar.xz |
doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/weather.py')
-rw-r--r-- | src/weather.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/weather.py b/src/weather.py index f0f0de3..fba6ffc 100644 --- a/src/weather.py +++ b/src/weather.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# The module implements support for retrieval of weather reports + from subprocess import Popen, PIPE |