This website works better with JavaScript
Home
Explore
Help
Sign In
software
/
archival.ArchiveBox
mirror of
https://github.com/ArchiveBox/ArchiveBox.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix: Change import that was not working
Cristian
5 years ago
parent
5707ffe657
commit
d0d2991c69
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
archivebox/util.py
+ 2
- 0
archivebox/util.py
View File
@@ -1,3 +1,5 @@
+__package__ = 'archivebox'
+
import re
import json as pyjson