Skip to content
Snippets Groups Projects
Commit 1d48703d authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Rename to avoid duplication

parent 4f96380e
No related branches found
No related tags found
2 merge requests!217TST: Make NamedTemporaryFiles Windows-compatible,!200Zipfile converter
Pipeline #57873 passed
......@@ -23,7 +23,7 @@
from .. import utils
from .converters import *
from .xml_converter import *
from .zipfile import *
from .zipfile_converter import ZipFileConverter
try:
from .spss import SPSSConverter
......
......@@ -21,7 +21,7 @@
#
"""
test the XML converters
test the zip-file converter
"""
import importlib
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment