It also gets rid of an "import *", which we all hate. --- pyanaconda/storage/devicelibs/mpath.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/storage/devicelibs/mpath.py b/pyanaconda/storage/devicelibs/mpath.py index e128961..ea466a5 100644 --- a/pyanaconda/storage/devicelibs/mpath.py +++ b/pyanaconda/storage/devicelibs/mpath.py @@ -1,7 +1,7 @@ import re -from ..udev import * +from ..udev import udev_device_is_disk from pyanaconda import iutil from pyanaconda.anaconda_log import log_method_call -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list