mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 16:20:05 +02:00
make archive.py runnable as package and as module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
__name__ = 'archivebox'
|
||||
__package__ = 'archivebox'
|
||||
|
||||
|
@@ -8,6 +8,7 @@ but you can also run it directly using `python3 archive.py`
|
||||
Usage & Documentation:
|
||||
https://github.com/pirate/ArchiveBox/Wiki
|
||||
"""
|
||||
__package__ = 'archivebox'
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user