[master] Fix the paths we check for spokes.

Brian C. Lane bcl at redhat.com
Wed Jun 11 14:52:17 UTC 2014


On Wed, Jun 11, 2014 at 10:44:52AM -0400, Samantha N. Bueno wrote:
> ---
>  pyanaconda/ui/gui/__init__.py | 4 ++--
>  pyanaconda/ui/tui/__init__.py | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
> index 56d1885..917e0a3 100644
> --- a/pyanaconda/ui/gui/__init__.py
> +++ b/pyanaconda/ui/gui/__init__.py
> @@ -270,10 +270,10 @@ class GraphicalUserInterface(UserInterface):
>                          os.path.join(path, "categories"))
>                          for path in pathlist],
>              "spokes": [(basemask + ".gui.spokes.%s",
> -                        os.path.join(path, "spokes"))
> +                        os.path.join(path, "gui/spokes"))
>                          for path in pathlist],
>              "hubs": [(basemask + ".gui.hubs.%s",
> -                      os.path.join(path, "hubs"))
> +                      os.path.join(path, "gui/hubs"))
>                        for path in pathlist]
>              }
>  
> diff --git a/pyanaconda/ui/tui/__init__.py b/pyanaconda/ui/tui/__init__.py
> index 8767f8a..89c3f30 100644
> --- a/pyanaconda/ui/tui/__init__.py
> +++ b/pyanaconda/ui/tui/__init__.py
> @@ -109,10 +109,10 @@ class TextUserInterface(ui.UserInterface):
>                          os.path.join(path, "categories"))
>                          for path in pathlist],
>              "spokes": [(basemask + ".tui.spokes.%s",
> -                        os.path.join(path, "spokes"))
> +                        os.path.join(path, "tui/spokes"))
>                          for path in pathlist],
>              "hubs": [(basemask + ".tui.hubs.%s",
> -                      os.path.join(path, "hubs"))
> +                      os.path.join(path, "tui/hubs"))
>                        for path in pathlist]
>              }
>  
> -- 
> 1.8.3.1
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches

Ack!

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list