summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-02-19 11:32:20 -0500
committerChris Lumens <clumens@redhat.com>2010-03-04 11:16:05 -0500
commit924290458fc6376a28c8f794e51e0adb31226ed9 (patch)
treeb74f5fe4e64cd12e9754246491d365bed060ca71 /installclass.py
parentae492597210b97a1fb7ca53b48c79214d9a25fe6 (diff)
downloadanaconda-924290458fc6376a28c8f794e51e0adb31226ed9.tar.gz
anaconda-924290458fc6376a28c8f794e51e0adb31226ed9.tar.xz
anaconda-924290458fc6376a28c8f794e51e0adb31226ed9.zip
report handles exn saving now, and doesn't require a Filer (#562656).
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/installclass.py b/installclass.py
index 6ccb5f077..f6c53e684 100644
--- a/installclass.py
+++ b/installclass.py
@@ -29,7 +29,6 @@ import imputil
import types
from constants import *
-from meh.filer import *
from product import *
from storage.partspec import *
@@ -55,9 +54,6 @@ class BaseInstallClass(object):
showUpgrade = True
bootloaderTimeoutDefault = 0
- bugFiler = AbstractFiler(product.bugUrl, product.bugUrl,
- product.productVersion, product.productName)
-
# list of of (txt, grplist) tuples for task selection screen
tasks = []