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

fix: Change import that was not working

This commit is contained in:
Cristian
2020-07-31 08:32:29 -05:00
parent 5707ffe657
commit d0d2991c69

View File

@@ -1,3 +1,5 @@
__package__ = 'archivebox'
import re import re
import json as pyjson import json as pyjson