Rename wk/cfg/tools.py to wk/cfg/sources.py

This commit is contained in:
2Shirt 2021-09-15 16:37:25 -06:00
parent bec4ed520c
commit 90f2a37531
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
3 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@ from . import hw
from . import log
from . import main
from . import net
from . import tools
from . import sources
from . import ufd

View file

@ -10,7 +10,7 @@ import sys
import requests
from wk.cfg.main import ARCHIVE_PASSWORD
from wk.cfg.tools import SOURCES, DOWNLOAD_FREQUENCY
from wk.cfg.sources import DOWNLOAD_FREQUENCY, SOURCES
from wk.exe import popen_program, run_program
from wk.std import GenericError