1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-31 22:05:58 +00:00
dupeguru/qt/base/cxfreeze_fix.py
Virgil Dupras 9b82ceca67 Updated windows packaging for Qt5
We now only support 64bit Windows.
2014-04-18 13:22:04 -04:00

8 lines
177 B
Python

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