mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
move system.py into misc folder
This commit is contained in:
parent
7a41b6ae46
commit
dfca4b13b2
28 changed files with 78 additions and 58 deletions
|
@ -2,7 +2,7 @@ __package__ = 'abx.archivebox'
|
|||
|
||||
from django.test import TestCase
|
||||
|
||||
from .ini_to_toml import convert, TOML_HEADER
|
||||
from .toml_util import convert, TOML_HEADER
|
||||
|
||||
TEST_INPUT = """
|
||||
[SERVER_CONFIG]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue