mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-01 06:15:58 +00:00
9 lines
223 B
Python
9 lines
223 B
Python
# 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' |