1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 14:13:01 +02:00

add package headers

This commit is contained in:
Nick Sweeting
2019-04-17 22:00:54 -04:00
parent 920898e160
commit 4f869f235f
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
__package__ = 'archivebox.legacy.storage'
import os
from datetime import datetime

View File

@@ -1,3 +1,5 @@
__package__ = 'archivebox.legacy.storage'
import os
import json