summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
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 = []