[blivet:master 1/5] Remove wildcard import

mulhern amulhern at redhat.com
Wed Apr 2 18:30:44 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/clearpart_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/clearpart_test.py b/tests/clearpart_test.py
index 1486bde..ad55015 100644
--- a/tests/clearpart_test.py
+++ b/tests/clearpart_test.py
@@ -2,7 +2,7 @@ import unittest
 import mock
 
 import blivet
-from pykickstart.constants import *
+from pykickstart.constants import CLEARPART_TYPE_ALL, CLEARPART_TYPE_LINUX, CLEARPART_TYPE_NONE
 from parted import PARTITION_NORMAL
 from blivet.flags import flags
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list