From 4f869f235f322edca1d6d831b294cdc46e3bfc07 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 17 Apr 2019 22:00:54 -0400 Subject: [PATCH] add package headers --- archivebox/legacy/storage/html.py | 2 ++ archivebox/legacy/storage/json.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/archivebox/legacy/storage/html.py b/archivebox/legacy/storage/html.py index 2ca4a2fc..bc58cb56 100644 --- a/archivebox/legacy/storage/html.py +++ b/archivebox/legacy/storage/html.py @@ -1,3 +1,5 @@ +__package__ = 'archivebox.legacy.storage' + import os from datetime import datetime diff --git a/archivebox/legacy/storage/json.py b/archivebox/legacy/storage/json.py index de581910..697d318b 100644 --- a/archivebox/legacy/storage/json.py +++ b/archivebox/legacy/storage/json.py @@ -1,3 +1,5 @@ +__package__ = 'archivebox.legacy.storage' + import os import json