aboutsummaryrefslogtreecommitdiffstats
path: root/modules/script_loading.py
AgeCommit message (Expand)AuthorLines
2023-07-18add backwards compatibility --lyco-dir-backcompat option, use that for LyCORI...AUTOMATIC1111-2/+3
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-2/+2
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela-4/+3
2023-05-10F401 fixes for ruffAUTOMATIC-1/+0
2023-01-27use python importlib to load and execute extension modulesMax Audron-6/+4
2022-11-12make existing script loading and new preload code use same code for loading m...AUTOMATIC-0/+34