mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-26 12:09:55 +02:00
🐛 Fix imports
This commit is contained in:
parent
e86369e76d
commit
6e2e0bd67a
4 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
from tkinter import W
|
||||
import pytest
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
|
||||
from .. import mods_to_dict, flatten
|
||||
from qurator.modstool.modstool import mods_to_dict
|
||||
from qurator.modstool.lib import flatten
|
||||
|
||||
|
||||
def dict_fromstring(x):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue