[PATCH] Remove an unused import.

Martin Kolman mkolman at redhat.com
Tue Jun 17 14:12:13 UTC 2014


On Tue, 2014-06-17 at 09:52 -0400, David Shea wrote:
> Not real sure why pylint didn't catch this one.
> ---
>  pyanaconda/ui/gui/__init__.py | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
> index 3f1bab2..2a1dad2 100644
> --- a/pyanaconda/ui/gui/__init__.py
> +++ b/pyanaconda/ui/gui/__init__.py
> @@ -354,8 +354,6 @@ class GraphicalUserInterface(UserInterface):
>              window.main_window.set_transient_for(lightbox)
>  
>      def _instantiateAction(self, actionClass):
> -        from pyanaconda.ui.gui.spokes import StandaloneSpoke
> -
>          # Instantiate an action on-demand, passing the arguments defining our
>          # spoke API and setting up continue/quit signal handlers.
>          obj = actionClass(self.data, self.storage, self.payload, self.instclass)
Nice catch, ACK!



More information about the anaconda-patches mailing list