mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-17 12:39:02 +00:00
Andrew Senetar
da9f8b2b9d
commit 8b15fe9a502ebf4841c6529e7098cef03a6a5e6f Author: Andrew Senetar <arsenetar@gmail.com> Date: Sun Mar 27 23:48:15 2022 -0500 Finish up changes to copy_or_move commit 21f6a32cf3186a400af8f30e67ad2743dc9a49bd Author: Andrew Senetar <arsenetar@gmail.com> Date: Thu Mar 17 23:56:52 2022 -0500 Migrate from hscommon.path to pathlib - Part one, this gets all hscommon and core tests passing - App appears to be able to load directories and complete scans, need further testing - app.py copy_or_move needs some additional work |
||
---|---|---|
.. | ||
gui | ||
jobprogress | ||
tests | ||
__init__.py | ||
.gitignore | ||
build_ext.py | ||
build.py | ||
conflict.py | ||
debug.py | ||
desktop.py | ||
geometry.py | ||
LICENSE | ||
loc.py | ||
notify.py | ||
path.py | ||
plat.py | ||
pygettext.py | ||
README | ||
sphinxgen.py | ||
sqlite.py | ||
testutil.py | ||
trans.py | ||
util.py |
This module is common code used in all Hardcoded Software applications. It has no stable API so it is not recommended to actually depend on it. But if you want to copy bits and pieces for your own apps, be my guest.