1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-18 08:43:08 +00:00
dupeguru/hscommon
Virgil Dupras 990e73c383 Catch Spinx SystemExit when building help
In a recent Sphinx release, it started calling `sys.exit()` and that
caused our whole build process to exit prematurely.
2014-09-13 16:05:40 -04:00
..
gui Updated hscommon 2014-02-01 16:18:00 -05:00
tests Overwrite subfolders' state when setting states in folder dialog 2014-03-15 17:31:33 -04:00
__init__.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
.gitignore Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
build.py Updated hscommon 2014-02-01 16:18:00 -05:00
conflict.py Updated hscommon 2014-02-01 16:18:00 -05:00
currency.py Updated hscommon 2014-02-01 16:18:00 -05:00
debug.py Updated hscommon 2014-02-01 16:18:00 -05:00
desktop.py Updated copyright year to 2014 2014-04-19 12:19:11 -04:00
geometry.py Updated hscommon 2014-02-01 16:18:00 -05:00
LICENSE Updated hscommon 2014-02-01 16:18:00 -05:00
loc.py Update loc 2014-03-30 10:47:37 -04:00
notify.py Updated hscommon 2014-02-01 16:18:00 -05:00
path.py Overwrite subfolders' state when setting states in folder dialog 2014-03-15 17:31:33 -04:00
plat.py Updated hscommon 2014-02-01 16:18:00 -05:00
pygettext.py pygettext: explicitly open files as utf-8 2013-11-24 10:22:05 -05:00
README Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
reg.py Updated hscommon 2014-02-01 16:18:00 -05:00
sphinxgen.py Catch Spinx SystemExit when building help 2014-09-13 16:05:40 -04:00
sqlite.py Updated hscommon 2014-02-01 16:18:00 -05:00
testutil.py Updated hscommon 2014-02-01 16:18:00 -05:00
trans.py Updated hscommon 2014-02-01 16:18:00 -05:00
util.py Updated hscommon 2014-02-01 16:18:00 -05:00

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.