Re: [PATCH 2/9] Import fixes.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



David Lehman wrote:
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.

Noted.  I'll change around what I did for this file and post a new patch.

--
David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux