[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 2/9] Import fixes.
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 2/9] Import fixes.
- Date: Sat, 28 Feb 2009 12:01:22 -0600
On Fri, 2009-02-27 at 18:26 -1000, David Cantrell wrote:
> ---
> kickstart.py | 5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/kickstart.py b/kickstart.py
> index bc8028a..ecc8cbc 100644
> --- a/kickstart.py
> +++ b/kickstart.py
> @@ -26,14 +26,13 @@ import tempfile
> from flags import flags
> from constants import *
> import sys
> -import raid
> import string
> import urlgrabber.grabber as grabber
> -import lvm
> +from storage.devicelibs import lvm
I'm not sure if this is needed for name checking -- see below comment.
> import warnings
> import upgrade
> import pykickstart.commands as commands
> -import cryptodev
> +from storage.devicelibs import crypto
You probably want from 'storage.devices import *' here instead.
storage.devicelibs.crypto is the lower-level library functions that
don't know anything about the class hierarchies.
Dave
> import zonetab
> from pykickstart.constants import *
> from pykickstart.errors import *
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]