summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 0127e7130..029900535 100644
--- a/installclass.py
+++ b/installclass.py
@@ -32,6 +32,7 @@ from instdata import InstallData
from autopart import getAutopartitionBoot, autoCreatePartitionRequests, autoCreateLVMPartitionRequests
from constants import *
+from filer import *
import gettext
_ = lambda x: gettext.ldgettext("anaconda", x)
@@ -56,6 +57,8 @@ class BaseInstallClass(object):
# default to showing the upgrade option
showUpgrade = True
+ bugFiler = AbstractFiler()
+
# list of of (txt, grplist) tuples for task selection screen
tasks = []