From b7319ddc7bf24ca0dbb2f7ed51fa09913ac83825 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 14 Mar 2020 23:03:07 +0100 Subject: fixed wrong import --- newspipe/bootstrap.py | 1 + runserver.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/newspipe/bootstrap.py b/newspipe/bootstrap.py index 80f8b694..aa80173b 100644 --- a/newspipe/bootstrap.py +++ b/newspipe/bootstrap.py @@ -3,6 +3,7 @@ # required imports and code execution for basic functionning +import calendar import logging import os diff --git a/runserver.py b/runserver.py index c190bf5e..b3f02823 100755 --- a/runserver.py +++ b/runserver.py @@ -18,8 +18,6 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import calendar - from flask import g from flask_restful import Api -- cgit