1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12: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 json as pyjson