mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-14 03:29:02 +00:00
2166a0996c
... and fixed pep8 warnings. There's a lot of them that are still ignored, but that's because it's too much of a step to take at once.
9 lines
193 B
Python
9 lines
193 B
Python
# cxfreeze has some problems detecting all dependencies.
|
|
# This modules explicitly import those problematic modules.
|
|
# flake8: noqa
|
|
|
|
import xml.etree.ElementPath
|
|
import gzip
|
|
|
|
import os
|