[PATCH 2/3] report handles exn saving now, and doesn't require a Filer (#562656).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 exception.py             |    1 -
 installclass.py          |    4 ----
 installclasses/fedora.py |    5 -----
 installclasses/rhel.py   |    5 -----
 4 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/exception.py b/exception.py
index 6d5fef7..7e27945 100644
--- a/exception.py
+++ b/exception.py
@@ -92,7 +92,6 @@ class AnacondaExceptionHandler(ExceptionHandler):
 def initExceptionHandling(anaconda):
     conf = Config(programName="anaconda",
                   programVersion=isys.getAnacondaVersion(),
-                  bugFiler=anaconda.instClass.bugFiler,
                   attrSkipList=[ "backend.ayum",
                                  "backend.dlpkgs",
                                  "accounts",
diff --git a/installclass.py b/installclass.py
index 6ccb5f0..f6c53e6 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 = []
 
diff --git a/installclasses/fedora.py b/installclasses/fedora.py
index 1c05839..189aa2a 100644
--- a/installclasses/fedora.py
+++ b/installclasses/fedora.py
@@ -20,7 +20,6 @@
 from installclass import BaseInstallClass
 from constants import *
 from product import *
-from meh.filer import *
 from flags import flags
 import os, types
 import iutil
@@ -63,10 +62,6 @@ class InstallClass(BaseInstallClass):
                "java", "text-internet", "web-server"]),
              (N_("Minimal"), ["core"])]
 
-    bugFiler = BugzillaFiler("https://bugzilla.redhat.com/xmlrpc.cgi";,
-                             "https://bugzilla.redhat.com/";,
-                             product.productVersion, product.productName)
-
     def getPackagePaths(self, uri):
         if not type(uri) == types.ListType:
             uri = [uri,]
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index b78c145..5572298 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -20,7 +20,6 @@
 from installclass import BaseInstallClass
 from constants import *
 from product import *
-from meh.filer import *
 from flags import flags
 import os
 import types
@@ -86,10 +85,6 @@ class InstallClass(BaseInstallClass):
                "network-server", "nfs-file-server", "print-server",
                "system-admin-tools"])]
 
-    bugFiler = BugzillaFiler("https://bugzilla.redhat.com/xmlrpc.cgi";,
-                             "https://bugzilla.redhat.com/";,
-                             product.productVersion, product.productName)
-
     def getPackagePaths(self, uri):
         if not type(uri) == types.ListType:
             uri = [uri,]
-- 
1.6.5.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux