1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-18 16:45:57 +00:00
dupeguru/qt/base/cxfreeze_fix.py

9 lines
223 B
Python
Raw Normal View History

# cxfreeze has some problems detecting all dependencies.
# This modules explicitly import those problematic modules.
import xml.etree.ElementPath
import gzip
import os
os.environ['QT_PLUGIN_PATH'] = 'qt4_plugins'