summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-07-26 20:18:45 +0000
committerChris Lumens <clumens@redhat.com>2007-07-26 20:18:45 +0000
commit73c82f0b7355d286f956941af32461044bad1cb0 (patch)
tree6a4d26f068df65e9a9dc4e53fd5600ced521c289 /harddrive.py
parent934a5f1fe136170c70f96ec885a7141ff813d8bc (diff)
downloadanaconda-73c82f0b7355d286f956941af32461044bad1cb0.tar.gz
anaconda-73c82f0b7355d286f956941af32461044bad1cb0.tar.xz
anaconda-73c82f0b7355d286f956941af32461044bad1cb0.zip
Don't need to import FileCopyException. It's not used.
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/harddrive.py b/harddrive.py
index c40808b8e..e4a9b7641 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -1,7 +1,7 @@
#
# harddrive.py - Install method for hard drive installs
#
-# Copyright 1999-2006 Red Hat, Inc.
+# Copyright 1999-2007 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# General Public License.
@@ -11,8 +11,6 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-
-from installmethod import InstallMethod, FileCopyException
from image import findIsoImages, ImageInstallMethod
import shutil
import os