dupeguru/qt/base/cxfreeze_fix.py

9 lines
193 B
Python

# cxfreeze has some problems detecting all dependencies.
# This modules explicitly import those problematic modules.
# flake8: noqa
import xml.etree.ElementPath
import gzip
import os