[firstboot][PATCH] Remove an unused import causing tracebacks (#965748)

Martin Kolman mkolman at redhat.com
Mon Aug 26 15:56:57 UTC 2013


On Thu, 2013-08-22 at 12:11 +0200, Vratislav Podzimek wrote:
> Firstboot no longer sets up keyboard, the X server does it itself based on the
> config file written out by the installer.
> 
> Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
> ---
>  firstboot/frontend.py | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/firstboot/frontend.py b/firstboot/frontend.py
> index 76d7d37..fff9b1b 100644
> --- a/firstboot/frontend.py
> +++ b/firstboot/frontend.py
> @@ -27,8 +27,6 @@ import subprocess
>  
>  from .constants import *
>  
> -from system_config_keyboard import keyboard
> -
>  
>  # set up logging
>  logging.basicConfig(level=logging.DEBUG)
ACK



More information about the anaconda-patches mailing list