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

Vratislav Podzimek vpodzime at redhat.com
Tue Mar 11 07:26:23 UTC 2014


On Mon, 2014-03-10 at 17:21 -0400, David Shea wrote:
> 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
Good point, thanks!

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list