[PATCH 4/6] Remove unused imports

David Shea dshea at redhat.com
Fri Jan 24 16:45:24 UTC 2014


---
 data/command-stubs/list-harddrives-stub | 2 --
 1 file changed, 2 deletions(-)

diff --git a/data/command-stubs/list-harddrives-stub b/data/command-stubs/list-harddrives-stub
index a0a6d34..01c0931 100755
--- a/data/command-stubs/list-harddrives-stub
+++ b/data/command-stubs/list-harddrives-stub
@@ -18,10 +18,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-import os
 import sys
 import parted
-import _ped
 
 def main(argv):
     lst = set()
-- 
1.8.5.3



More information about the anaconda-patches mailing list