mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 13:44:37 +00:00
8 lines
177 B
Python
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
|