summaryrefslogtreecommitdiffstats
path: root/installclasses/rhel.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses/rhel.py')
-rw-r--r--installclasses/rhel.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index b78c145be..5572298b3 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,]