summaryrefslogtreecommitdiffstats
path: root/image.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 /image.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 'image.py')
-rw-r--r--image.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.py b/image.py
index 4aea6a897..52b49557b 100644
--- a/image.py
+++ b/image.py
@@ -1,7 +1,7 @@
#
# image.py - Install method for disk image installs (CD & NFS)
#
-# Copyright 1999-2006 Red Hat, Inc.
+# Copyright 1999-2007 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# library public license.
@@ -11,7 +11,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-from installmethod import InstallMethod, FileCopyException
+from installmethod import InstallMethod
import shutil
import os
import sys