From 22e4900f4ad327e6ad2b5df45658eb18f4c7e786 Mon Sep 17 00:00:00 2001 From: Birth Markus Date: Thu, 9 Mar 2017 17:25:20 +0100 Subject: [PATCH] Cleanup. --- show_today.py | 2 -- show_yesterday.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/show_today.py b/show_today.py index 39a086f..a1e1840 100755 --- a/show_today.py +++ b/show_today.py @@ -1,8 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -import os -import sys import MosDb import MosReport diff --git a/show_yesterday.py b/show_yesterday.py index d142364..dc7afcd 100755 --- a/show_yesterday.py +++ b/show_yesterday.py @@ -1,8 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -import os -import sys import MosDb import MosReport