diff: avoid a circular import with the patch module
commit7669f712c402f153083f7a6e9e68886370c1d3aa
authorDavid Aguilar <davvid@gmail.com>
Sat, 21 Oct 2023 23:24:32 +0000 (21 16:24 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 21 Oct 2023 23:26:08 +0000 (21 16:26 -0700)
tree42a7d4e4b033d05d995a2d78f03d7f502515f8c5
parent2111c82f3fab8261c146d83ecebd77a81047efba
diff: avoid a circular import with the patch module

Fold the patch module into the diff module to avoid circular
imports between cola.widgets.diff and cola.widgets.patch.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/diff.py
cola/widgets/main.py
cola/widgets/patch.py [deleted file]
cola/widgets/toolbarcmds.py