apenwarr-redo/redo
Avery Pennarun bd8dbfb487 Switch to module-relative import syntax.
Now that the python scripts are all in a "redo" python module, we can
use the "new style" (ahem) package-relative imports.  This appeases
pylint, plus avoids confusion in case more than one package has
similarly-named modules.
2018-12-05 02:34:36 -05:00
..
version Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
.gitignore Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
__init__.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
atoi.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
builder.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
clean.do Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
cmd_always.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_ifchange.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_ifcreate.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_log.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_ood.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_redo.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_sources.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_stamp.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_targets.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_unlocked.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cmd_whichdo.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
cycles.py Move env.{add,get}_lock() into cycles.py, and rename. 2018-12-05 02:26:58 -05:00
deps.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
env.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
helpers.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
jobserver.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
logs.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
options.py Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
paths.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
py.do Rename redo/python -> redo/py. 2018-12-05 02:27:04 -05:00
sh.do Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
state.py Switch to module-relative import syntax. 2018-12-05 02:34:36 -05:00
title.py Move setproctitle() stuff into title.py. 2018-12-05 02:28:34 -05:00
whichpython.do Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00