mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-12 23:47:17 +00:00
add package headers
This commit is contained in:
parent
920898e160
commit
4f869f235f
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
__package__ = 'archivebox.legacy.storage'
|
||||
|
||||
import os
|
||||
|
||||
from datetime import datetime
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
__package__ = 'archivebox.legacy.storage'
|
||||
|
||||
import os
|
||||
import json
|
||||
|
||||
|
|
Loading…
Reference in a new issue