[PATCH] Remove some more unused imports.

David Shea dshea at redhat.com
Tue Sep 10 16:55:49 UTC 2013


On 09/10/2013 11:59 AM, Chris Lumens wrote:
> ---
>   pyanaconda/anaconda.py | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/pyanaconda/anaconda.py b/pyanaconda/anaconda.py
> index 5bc83e5..9a5aecc 100644
> --- a/pyanaconda/anaconda.py
> +++ b/pyanaconda/anaconda.py
> @@ -28,7 +28,7 @@
>   #            Matt Wilson <msw at rpath.com>
>   #
>   
> -import os, time
> +import os
>   import sys
>   from constants import ROOT_PATH
>   from tempfile import mkstemp
> @@ -36,7 +36,6 @@ from tempfile import mkstemp
>   from pyanaconda.bootloader import get_bootloader
>   from pyanaconda import constants
>   from pyanaconda import addons
> -from pyanaconda.i18n import _
>   
>   import logging
>   log = logging.getLogger("anaconda")
Ack.


More information about the anaconda-patches mailing list