[PATCH] Split out helper code from the Custom partitioning spoke

David Shea dshea at redhat.com
Mon Mar 10 21:21:00 UTC 2014


On 03/07/2014 03:59 PM, Vratislav Podzimek wrote:
> The Custom partitioning spoke has a lot of helper code that can live in a
> separate module decreasing the unmaintainable complexity and length of the
> spoke's module.
>
> Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
> ---
>   pyanaconda/ui/gui/spokes/custom.glade              |  988 ------------------
>   pyanaconda/ui/gui/spokes/custom.py                 |  665 +-----------
>   .../ui/gui/spokes/lib/custom_storage_helpers.glade | 1059 ++++++++++++++++++++
>   .../ui/gui/spokes/lib/custom_storage_helpers.py    |  658 ++++++++++++
>   4 files changed, 1745 insertions(+), 1625 deletions(-)
>   create mode 100644 pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
>   create mode 100644 pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.py

Don't forget to add the new files to POTFILES.in



More information about the anaconda-patches mailing list