mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
5 lines
158 B
Python
5 lines
158 B
Python
|
# cxfreeze has some problems detecting all dependencies.
|
||
|
# This modules explicitly import those problematic modules.
|
||
|
|
||
|
import lxml._elementpath
|
||
|
import gzip
|