mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 12:14:32 -04:00
move monkey_patches.py into archivebox.misc subfolder
This commit is contained in:
parent
4a5d607296
commit
4c25e90378
3 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ check_not_root()
|
|||
check_io_encoding()
|
||||
|
||||
# print('INSTALLING MONKEY PATCHES')
|
||||
from .monkey_patches import * # noqa
|
||||
from .misc.monkey_patches import * # noqa
|
||||
# print('DONE INSTALLING MONKEY PATCHES')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue