mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-04 15:29:02 +00:00
9 lines
219 B
Python
9 lines
219 B
Python
# cxfreeze has some problems detecting all dependencies.
|
|
# This modules explicitly import those problematic modules.
|
|
|
|
import lxml._elementpath
|
|
import gzip
|
|
|
|
import os
|
|
|
|
os.environ['QT_PLUGIN_PATH'] = 'qt4_plugins' |