move system.py into misc folder

This commit is contained in:
Nick Sweeting 2024-09-30 17:13:55 -07:00
parent 7a41b6ae46
commit dfca4b13b2
No known key found for this signature in database
28 changed files with 78 additions and 58 deletions

View file

@ -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]