Browse Source

fix: Change import that was not working

Cristian 5 years ago
parent
commit
d0d2991c69
1 changed files with 2 additions and 0 deletions
  1. 2 0
      archivebox/util.py

+ 2 - 0
archivebox/util.py

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