aboutsummaryrefslogtreecommitdiff
path: root/newspipe
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-14 23:03:07 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-14 23:03:07 +0100
commitb7319ddc7bf24ca0dbb2f7ed51fa09913ac83825 (patch)
treefaf95d4fc4ad16d837c05a4e82c50ac927d7ac68 /newspipe
parentUpdated translations. (diff)
downloadnewspipe-b7319ddc7bf24ca0dbb2f7ed51fa09913ac83825.tar.gz
newspipe-b7319ddc7bf24ca0dbb2f7ed51fa09913ac83825.tar.bz2
newspipe-b7319ddc7bf24ca0dbb2f7ed51fa09913ac83825.zip
fixed wrong import
Diffstat (limited to 'newspipe')
-rw-r--r--newspipe/bootstrap.py1
1 files changed, 1 insertions, 0 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
bgstack15